Uses of Class
io.qt.qt3d.render.QRenderTargetOutput
Package | Description |
---|---|
io.qt.qt3d.render | |
io.qt.qt3d.render.quick.scene2d |
-
Uses of QRenderTargetOutput in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QRenderTargetOutput Modifier and Type Field Description QObject.Signal1<QRenderTargetOutput>
QClearBuffers. colorBufferChanged
Methods in io.qt.qt3d.render that return QRenderTargetOutput Modifier and Type Method Description QRenderTargetOutput
QClearBuffers. colorBuffer()
Methods in io.qt.qt3d.render that return types with arguments of type QRenderTargetOutput Modifier and Type Method Description QVector<QRenderTargetOutput>
QRenderTarget. outputs()
Methods in io.qt.qt3d.render with parameters of type QRenderTargetOutput Modifier and Type Method Description void
QRenderTarget. addOutput(QRenderTargetOutput output)
void
QRenderTarget. removeOutput(QRenderTargetOutput output)
void
QClearBuffers. setColorBuffer(QRenderTargetOutput buffer)
-
Uses of QRenderTargetOutput in io.qt.qt3d.render.quick.scene2d
Fields in io.qt.qt3d.render.quick.scene2d with type parameters of type QRenderTargetOutput Modifier and Type Field Description QObject.Signal1<QRenderTargetOutput>
QScene2D. outputChanged
Methods in io.qt.qt3d.render.quick.scene2d that return QRenderTargetOutput Modifier and Type Method Description QRenderTargetOutput
QScene2D. output()
Methods in io.qt.qt3d.render.quick.scene2d with parameters of type QRenderTargetOutput Modifier and Type Method Description void
QScene2D. setOutput(QRenderTargetOutput output)