Uses of Class
io.qt.quick.QQuickWindow.CreateTextureOptions
Packages that use QQuickWindow.CreateTextureOptions
-
Uses of QQuickWindow.CreateTextureOptions in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.CreateTextureOptionsModifier and TypeMethodDescriptionQQuickWindow.CreateTextureOption.asFlags()
Create a CreateTextureOptions of the enum entry.QQuickWindow.CreateTextureOption.cleared
(QQuickWindow.CreateTextureOption e) Excludes other enum entry from a flag of this entry.QQuickWindow.CreateTextureOptions.clone()
Clones the flagsQQuickWindow.CreateTextureOption.combined
(QQuickWindow.CreateTextureOption e) Combines this entry with other enum entry.QQuickWindow.CreateTextureOptions.combined
(QQuickWindow.CreateTextureOption e) Combines this flags with enum entry.QQuickWindow.CreateTextureOption.flags
(QQuickWindow.CreateTextureOption ... values) Creates a newQQuickWindow.CreateTextureOptions
from the entries.QQuickWindow.CreateTextureOptions.setFlag
(QQuickWindow.CreateTextureOption e) Sets the flage
QQuickWindow.CreateTextureOptions.setFlag
(QQuickWindow.CreateTextureOption e, boolean on) Sets or clears the flagflag
Methods in io.qt.quick with parameters of type QQuickWindow.CreateTextureOptionsModifier and TypeMethodDescriptionfinal int
QQuickWindow.CreateTextureOptions.compareTo
(QQuickWindow.CreateTextureOptions other) final QSGTexture
QQuickWindow.createTextureFromImage
(QImage image, QQuickWindow.CreateTextureOptions options) final QSGTexture
QQuickWindow.createTextureFromRhiTexture
(QRhiTexture texture, QQuickWindow.CreateTextureOptions options) -
Uses of QQuickWindow.CreateTextureOptions in io.qt.quick.nativeinterface
Methods in io.qt.quick.nativeinterface with parameters of type QQuickWindow.CreateTextureOptionsModifier and TypeMethodDescriptionstatic QSGTexture
QSGD3D11Texture.fromNative
(QNativePointer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGD3D12Texture.fromNative
(QNativePointer texture, int resourceState, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGMetalTexture.fromNative
(QNativePointer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGOpenGLTexture.fromNative
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGVulkanTexture.fromNative
(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGOpenGLTexture.fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options)