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
This class was introduced in Qt 6.6.
-
Constructor Summary
ConstructorDescriptionQRhiColorAttachment
(QRhiRenderBuffer renderBuffer) QRhiColorAttachment
(QRhiTexture texture) SeeQRhiColorAttachment::
QRhiColorAttachment(QRhiColorAttachment) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
layer()
final int
level()
final int
final QRhiRenderBuffer
final int
final int
final QRhiTexture
final void
setLayer
(int layer) final void
setLevel
(int level) final void
setMultiViewCount
(int count) 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
See
QRhiColorAttachment::
QRhiColorAttachment(QRhiColorAttachment) -
QRhiColorAttachment
-
QRhiColorAttachment
-
-
Method Details
-
layer
-
level
-
multiViewCount
See
QRhiColorAttachment::
multiViewCount()const This function was introduced in Qt 6.7.
-
renderBuffer
-
resolveLayer
-
resolveLevel
-
resolveTexture
-
setLayer
-
setLevel
-
setMultiViewCount
See
QRhiColorAttachment::
setMultiViewCount(int) This function was introduced in Qt 6.7.
-
setRenderBuffer
-
setResolveLayer
-
setResolveLevel
-
setResolveTexture
-
setTexture
-
texture
-
clone
Creates and returns a copy of this object.
See
QRhiColorAttachment::
QRhiColorAttachment(QRhiColorAttachment)
-