- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QNativeInterface.QSGD3D11Texture.Impl
- Enclosing class:
- QNativeInterface
public static interface QNativeInterface.QSGD3D11Texture extends QtObjectInterface
Provides access to and enables adopting Direct3D 11 texture objects
Java wrapper for Qt class QNativeInterface::QSGD3D11Texture
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QNativeInterface.QSGD3D11Texture.Impl
Implementor class for interfaceQNativeInterface.QSGD3D11Texture
-
Method Summary
Modifier and Type Method Description static QSGTexture
fromNative(Buffer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options)
static QSGTexture
fromNative(Buffer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options)
ByteBuffer
nativeTexture()
-
Method Details
-
nativeTexture
-
fromNative
static QSGTexture fromNative(Buffer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) -
fromNative
static QSGTexture fromNative(Buffer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options)
-