Uses of Enum
io.qt.qt3d.render.QRenderTargetOutput.AttachmentPoint
Packages that use QRenderTargetOutput.AttachmentPoint
-
Uses of QRenderTargetOutput.AttachmentPoint in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QRenderTargetOutput.AttachmentPointMethods in io.qt.qt3d.render that return QRenderTargetOutput.AttachmentPointModifier and TypeMethodDescriptionQRenderTargetOutput.attachmentPoint()
QBlitFramebuffer.destinationAttachmentPoint()
QRenderTargetOutput.AttachmentPoint.resolve
(int value) Returns the corresponding enum entry for the given value.QBlitFramebuffer.sourceAttachmentPoint()
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.AttachmentPointMethods in io.qt.qt3d.render with parameters of type QRenderTargetOutput.AttachmentPointModifier and TypeMethodDescriptionfinal void
QRenderTargetOutput.setAttachmentPoint
(QRenderTargetOutput.AttachmentPoint attachmentPoint) final void
QBlitFramebuffer.setDestinationAttachmentPoint
(QRenderTargetOutput.AttachmentPoint destinationAttachmentPoint) final void
QBlitFramebuffer.setSourceAttachmentPoint
(QRenderTargetOutput.AttachmentPoint sourceAttachmentPoint) Method parameters in io.qt.qt3d.render with type arguments of type QRenderTargetOutput.AttachmentPointModifier and TypeMethodDescriptionfinal void
QRenderTargetSelector.setOutputs
(Collection<QRenderTargetOutput.AttachmentPoint> buffers)