Uses of Class
io.qt.quick.QQuickRenderTarget
-
Uses of QQuickRenderTarget in io.qt.quick
Modifier and TypeMethodDescriptionQQuickRenderTarget.clone()
Creates and returns a copy of this object.static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, int format, QSize pixelSize) Overloaded function forfromD3D11Texture(QNativePointer, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, int format, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, QSize pixelSize) Overloaded function forfromD3D11Texture(QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromMetalTexture
(QNativePointer texture, int format, QSize pixelSize) Overloaded function forfromMetalTexture(QNativePointer, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromMetalTexture
(QNativePointer texture, int format, QSize pixelSize, int sampleCount) static QQuickRenderTarget
QQuickRenderTarget.fromMetalTexture
(QNativePointer texture, QSize pixelSize) Overloaded function forfromMetalTexture(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, int format, QSize pixelSize) Overloaded function forfromOpenGLTexture(int, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromOpenGLTexture
(int textureId, int format, 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.fromPaintDevice
(QPaintDevice device) static QQuickRenderTarget
QQuickRenderTarget.fromVulkanImage
(long image, int layout, int format, QSize pixelSize) Overloaded function forfromVulkanImage(long, int, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
QQuickRenderTarget.fromVulkanImage
(long image, int layout, int format, 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
QQuickRenderTarget.assign
(QQuickRenderTarget other) SeeQQuickRenderTarget::
operator=(QQuickRenderTarget) final boolean
QQuickRenderTarget.equals
(QQuickRenderTarget rhs) final void
QQuickWindow.setRenderTarget
(QQuickRenderTarget target) ModifierConstructorDescription