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
- Since:
- This class was introduced in Qt 6.6.
-
Constructor Summary
ConstructorsConstructorDescriptionQRhiColorAttachment(QRhiRenderBuffer renderBuffer) QRhiColorAttachment(QRhiTexture texture) SeeQRhiColorAttachment::QRhiColorAttachment(QRhiColorAttachment) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final intlayer()final intlevel()final intfinal QRhiRenderBufferfinal intfinal intfinal QRhiTexturefinal voidsetLayer(int layer) final voidsetLevel(int level) final voidsetMultiViewCount(int count) final voidfinal voidsetResolveLayer(int layer) final voidsetResolveLevel(int level) final voidfinal voidsetTexture(QRhiTexture tex) final QRhiTexturetexture()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiColorAttachment
public QRhiColorAttachment() -
QRhiColorAttachment
See
QRhiColorAttachment::QRhiColorAttachment(QRhiColorAttachment) - Parameters:
other-
-
QRhiColorAttachment
- Parameters:
renderBuffer-
-
QRhiColorAttachment
- Parameters:
texture-
-
-
Method Details
-
layer
- Returns:
-
level
- Returns:
-
multiViewCount
- Returns:
- Since:
- This function was introduced in Qt 6.7.
-
renderBuffer
- Returns:
-
resolveLayer
- Returns:
-
resolveLevel
- Returns:
-
resolveTexture
- Returns:
-
setLayer
- Parameters:
layer-
-
setLevel
- Parameters:
level-
-
setMultiViewCount
- Parameters:
count-- Since:
- This function was introduced in Qt 6.7.
-
setRenderBuffer
- Parameters:
rb-
-
setResolveLayer
- Parameters:
layer-
-
setResolveLevel
- Parameters:
level-
-
setResolveTexture
- Parameters:
tex-
-
setTexture
- Parameters:
tex-
-
texture
- Returns:
-
clone
Creates and returns a copy of this object.
See
QRhiColorAttachment::QRhiColorAttachment(QRhiColorAttachment)
-