- All Superinterfaces:
QtObjectInterface
Provides access to and enables adopting Vulkan image objects
Java wrapper for Qt class QNativeInterface::QSGVulkanTexture
-
Method Summary
Modifier and TypeMethodDescriptionstatic QSGTexture
fromNative
(long image, int layout, QQuickWindow window, QSize size) Overloaded function forfromNative(long, int, io.qt.quick.QQuickWindow, io.qt.core.QSize, io.qt.quick.QQuickWindow.CreateTextureOptions)
withoptions = new io.qt.quick.QQuickWindow.CreateTextureOptions(0)
.static QSGTexture
fromNative
(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options) static QSGTexture
fromNative
(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) long
int
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
nativeImage
-
nativeImageLayout
-
fromNative
static QSGTexture fromNative(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) -
fromNative
Overloaded function for
fromNative(long, int, io.qt.quick.QQuickWindow, io.qt.core.QSize, io.qt.quick.QQuickWindow.CreateTextureOptions)
withoptions = new io.qt.quick.QQuickWindow.CreateTextureOptions(0)
. -
fromNative
static QSGTexture fromNative(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options)
-