- All Superinterfaces:
QtObjectInterface
Provides access to and enables adopting Direct3D 12 texture objects
Java wrapper for Qt class QNativeInterface::QSGD3D12Texture
This class was introduced in Qt 6.6.
-
Method Summary
Modifier and TypeMethodDescriptionstatic QSGTexturefromNative(QNativePointer texture, int resourceState, QQuickWindow window, QSize size) Overloaded function forfromNative(QNativePointer, int, io.qt.quick.QQuickWindow, io.qt.core.QSize, io.qt.quick.QQuickWindow.CreateTextureOptions)withoptions = new io.qt.quick.QQuickWindow.CreateTextureOptions(0).static QSGTexturefromNative(QNativePointer texture, int resourceState, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options) static QSGTexturefromNative(QNativePointer texture, int resourceState, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) intSeeQNativeInterface::QSGD3D12Texture::nativeResourceState()const Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
nativeResourceState
See
QNativeInterface::QSGD3D12Texture::nativeResourceState()const -
nativeTexture
-
fromNative
static QSGTexture fromNative(QNativePointer texture, int resourceState, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) This function was introduced in Qt 6.6.
-
fromNative
static QSGTexture fromNative(QNativePointer texture, int resourceState, QQuickWindow window, QSize size) Overloaded function for
fromNative(QNativePointer, 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(QNativePointer texture, int resourceState, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options)
-