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