Uses of Class
io.qt.quick.QQuickRenderTarget
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickRenderTarget in io.qt.quick
Methods in io.qt.quick that return QQuickRenderTarget Modifier and Type Method Description QQuickRenderTarget
QQuickRenderTarget. clone()
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)
QQuickRenderTarget
QQuickWindow. renderTarget()
Methods in io.qt.quick with parameters of type QQuickRenderTarget Modifier and Type Method Description void
QQuickWindow. setRenderTarget(QQuickRenderTarget target)
Constructors in io.qt.quick with parameters of type QQuickRenderTarget Constructor Description QQuickRenderTarget(QQuickRenderTarget other)