java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiColorAttachment
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the a single color attachment of a render target
Java wrapper for Qt class QRhiColorAttachment
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQRhiColorAttachment
(QRhiRenderBuffer renderBuffer) QRhiColorAttachment
(QRhiTexture texture) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
layer()
final int
level()
final QRhiRenderBuffer
final int
final int
final QRhiTexture
final void
setLayer
(int layer) final void
setLevel
(int level) final void
final void
setResolveLayer
(int layer) final void
setResolveLevel
(int level) final void
final void
setTexture
(QRhiTexture tex) final QRhiTexture
texture()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiColorAttachment
public QRhiColorAttachment() -
QRhiColorAttachment
-
QRhiColorAttachment
-
-
Method Details