-
Methods in io.qt.quick with parameters of type QQuickWindow.CreateTextureOptions
Modifier and Type |
Method |
Description |
int |
QQuickWindow.CreateTextureOptions.compareTo(QQuickWindow.CreateTextureOptions other) |
QSGTexture |
QQuickWindow.createTextureFromImage(QImage image,
QQuickWindow.CreateTextureOptions options) |
|
static QSGTexture |
QNativeInterface.QSGD3D11Texture.fromNative(Buffer texture,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOptions options) |
|
static QSGTexture |
QNativeInterface.QSGOpenGLTexture.fromNative(int textureId,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOptions options) |
|
static QSGTexture |
QNativeInterface.QSGOpenGLTexture.fromNativeExternalOES(int textureId,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOptions options) |
|