Uses of Class
io.qt.qt3d.render.QRenderTargetOutput.AttachmentPoint
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QRenderTargetOutput.AttachmentPoint in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QRenderTargetOutput.AttachmentPoint Modifier and Type Field Description QObject.Signal1<QRenderTargetOutput.AttachmentPoint>
QRenderTargetOutput. attachmentPointChanged
Methods in io.qt.qt3d.render that return QRenderTargetOutput.AttachmentPoint Modifier and Type Method Description QRenderTargetOutput.AttachmentPoint
QRenderTargetOutput. attachmentPoint()
QRenderTargetOutput.AttachmentPoint
QBlitFramebuffer. destinationAttachmentPoint()
static QRenderTargetOutput.AttachmentPoint
QRenderTargetOutput.AttachmentPoint. resolve(int value)
Returns the corresponding enum entry for the given value.QRenderTargetOutput.AttachmentPoint
QBlitFramebuffer. sourceAttachmentPoint()
static QRenderTargetOutput.AttachmentPoint
QRenderTargetOutput.AttachmentPoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRenderTargetOutput.AttachmentPoint[]
QRenderTargetOutput.AttachmentPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render that return types with arguments of type QRenderTargetOutput.AttachmentPoint Modifier and Type Method Description QVector<QRenderTargetOutput.AttachmentPoint>
QRenderTargetSelector. outputs()
Methods in io.qt.qt3d.render with parameters of type QRenderTargetOutput.AttachmentPoint Modifier and Type Method Description void
QRenderTargetOutput. setAttachmentPoint(QRenderTargetOutput.AttachmentPoint attachmentPoint)
void
QBlitFramebuffer. setDestinationAttachmentPoint(QRenderTargetOutput.AttachmentPoint destinationAttachmentPoint)
void
QBlitFramebuffer. setSourceAttachmentPoint(QRenderTargetOutput.AttachmentPoint sourceAttachmentPoint)
Method parameters in io.qt.qt3d.render with type arguments of type QRenderTargetOutput.AttachmentPoint Modifier and Type Method Description void
QRenderTargetSelector. setOutputs(Collection<QRenderTargetOutput.AttachmentPoint> buffers)