java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiTextureRenderTargetDescription
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the color and depth or depth/stencil attachments of a render target
Java wrapper for Qt class QRhiTextureRenderTargetDescription
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQRhiTextureRenderTargetDescription
(QRhiColorAttachment colorAttachment) QRhiTextureRenderTargetDescription
(QRhiColorAttachment colorAttachment, QRhiRenderBuffer depthStencilBuffer) QRhiTextureRenderTargetDescription
(QRhiColorAttachment colorAttachment, QRhiTexture depthTexture) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QRhiColorAttachment
colorAttachmentAt
(long index) final long
final QRhiRenderBuffer
final QRhiTexture
final void
setColorAttachments
(QRhiColorAttachment ... list) final void
setDepthStencilBuffer
(QRhiRenderBuffer renderBuffer) final void
setDepthTexture
(QRhiTexture texture) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiTextureRenderTargetDescription
public QRhiTextureRenderTargetDescription() -
QRhiTextureRenderTargetDescription
-
QRhiTextureRenderTargetDescription
public QRhiTextureRenderTargetDescription(QRhiColorAttachment colorAttachment, QRhiRenderBuffer depthStencilBuffer) -
QRhiTextureRenderTargetDescription
public QRhiTextureRenderTargetDescription(QRhiColorAttachment colorAttachment, QRhiTexture depthTexture)
-
-
Method Details