Uses of Enum
io.qt.qt3d.render.QRenderTargetOutput.AttachmentPoint
-
Uses of QRenderTargetOutput.AttachmentPoint in io.qt.qt3d.render
Modifier and TypeMethodDescriptionQRenderTargetOutput.attachmentPoint()
QBlitFramebuffer.destinationAttachmentPoint()
QRenderTargetOutput.getAttachmentPoint()
Kotlin property getter.QBlitFramebuffer.getDestinationAttachmentPoint()
Kotlin property getter.QBlitFramebuffer.getSourceAttachmentPoint()
Kotlin property getter.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.Modifier and TypeMethodDescriptionfinal void
QRenderTargetOutput.setAttachmentPoint
(QRenderTargetOutput.AttachmentPoint attachmentPoint) final void
QBlitFramebuffer.setDestinationAttachmentPoint
(QRenderTargetOutput.AttachmentPoint destinationAttachmentPoint) final void
QBlitFramebuffer.setSourceAttachmentPoint
(QRenderTargetOutput.AttachmentPoint sourceAttachmentPoint) Modifier and TypeMethodDescriptionfinal void
QRenderTargetSelector.setOutputs
(Collection<? extends QRenderTargetOutput.AttachmentPoint> buffers)