Uses of Class
io.qt.quick.QQuickRenderTarget
-
Uses of QQuickRenderTarget in io.qt.quick
Modifier and TypeMethodDescriptionQQuickRenderTarget.clone()
static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, QSize pixelSize) Overloaded function forfromD3D11Texture(io.qt.QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromMetalTexture
(QNativePointer texture, QSize pixelSize) Overloaded function forfromMetalTexture(io.qt.QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromMetalTexture
(QNativePointer texture, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromOpenGLRenderBuffer
(int renderbufferId, QSize pixelSize) Overloaded function forfromOpenGLRenderBuffer(int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromOpenGLRenderBuffer
(int renderbufferId, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromOpenGLTexture
(int textureId, QSize pixelSize) Overloaded function forfromOpenGLTexture(int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromOpenGLTexture
(int textureId, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromVulkanImage
(long image, int layout, QSize pixelSize) Overloaded function forfromVulkanImage(long, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromVulkanImage
(long image, int layout, QSize pixelSize, int sampleCount) final QQuickRenderTarget
QQuickWindow.renderTarget()
Modifier and TypeMethodDescriptionfinal void
QQuickWindow.setRenderTarget
(QQuickRenderTarget target) ModifierConstructorDescription