Uses of Class
io.qt.quick.QSGTexture
-
Uses of QSGTexture in io.qt.quick
Modifier and TypeClassDescriptionclass
Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO'sModifier and TypeMethodDescriptionabstract QSGTexture
QQuickTextureFactory.createTexture
(QQuickWindow window) final QSGTexture
QQuickWindow.createTextureFromImage
(QImage image) final QSGTexture
QQuickWindow.createTextureFromImage
(QImage image, QQuickWindow.CreateTextureOption... options) Overloaded function forQQuickWindow.createTextureFromImage(io.qt.gui.QImage, io.qt.quick.QQuickWindow.CreateTextureOptions)
.final QSGTexture
QQuickWindow.createTextureFromImage
(QImage image, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGD3D11Texture.fromNative
(Buffer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) static QSGTexture
QSGD3D11Texture.fromNative
(Buffer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGOpenGLTexture.fromNative
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) static QSGTexture
QSGOpenGLTexture.fromNative
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTexture
QSGOpenGLTexture.fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size) Overloaded function forQSGOpenGLTexture.fromNativeExternalOES(int, io.qt.quick.QQuickWindow, io.qt.core.QSize, io.qt.quick.QQuickWindow.CreateTextureOptions)
withoptions = new io.qt.quick.QQuickWindow.CreateTextureOptions(0)
.static QSGTexture
QSGOpenGLTexture.fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption... options) static QSGTexture
QSGOpenGLTexture.fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) abstract QSGTexture
QSGImageNode.texture()
final QSGTexture
QSGOpaqueTextureMaterial.texture()
final QSGTexture
QSGSimpleTextureNode.texture()
abstract QSGTexture
QSGTextureProvider.texture()
Modifier and TypeMethodDescriptionstatic void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformFlag... texCoordMode) static void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformMode texCoordMode) static void
QSGNinePatchNode.rebuildGeometry
(QSGTexture texture, QSGGeometry geometry, QVector4D padding, QRectF bounds, double dpr) abstract void
QSGImageNode.setTexture
(QSGTexture texture) abstract void
QSGNinePatchNode.setTexture
(QSGTexture texture) final void
QSGOpaqueTextureMaterial.setTexture
(QSGTexture texture) final void
QSGSimpleTextureNode.setTexture
(QSGTexture texture) void
QSGMaterialShader.updateSampledImage
(QSGMaterialShader.RenderState state, int binding, QSGTexture[] texture, QSGMaterial newMaterial, QSGMaterial oldMaterial)