- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QSGOpenGLTexture.Impl
Provides access to and enables adopting OpenGL texture objects
Java wrapper for Qt class QNativeInterface::QSGOpenGLTexture
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQSGOpenGLTexture
-
Method Summary
Modifier and TypeMethodDescriptionstatic QSGTexture
fromNative
(int textureId, QQuickWindow window, QSize size) Overloaded function forfromNative(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
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) static QSGTexture
fromNative
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size) Overloaded function forfromNativeExternalOES(int, io.qt.quick.QQuickWindow, io.qt.core.QSize, io.qt.quick.QQuickWindow.CreateTextureOptions)
withoptions = new io.qt.quick.QQuickWindow.CreateTextureOptions(0)
.static QSGTexture
fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) static QSGTexture
fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) int
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
nativeTexture
-
fromNative
static QSGTexture fromNative(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) -
fromNative
Overloaded function for
fromNative(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(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) -
fromNativeExternalOES
static QSGTexture fromNativeExternalOES(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) -
fromNativeExternalOES
Overloaded function for
fromNativeExternalOES(int, io.qt.quick.QQuickWindow, io.qt.core.QSize, io.qt.quick.QQuickWindow.CreateTextureOptions)
withoptions = new io.qt.quick.QQuickWindow.CreateTextureOptions(0)
. -
fromNativeExternalOES
static QSGTexture fromNativeExternalOES(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options)
-