Uses of Class
io.qt.gui.rhi.QRhiColorAttachment
Packages that use QRhiColorAttachment
-
Uses of QRhiColorAttachment in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiColorAttachmentModifier and TypeMethodDescriptionQRhiColorAttachment.clone()Creates and returns a copy of this object.final QRhiColorAttachmentQRhiTextureRenderTargetDescription.colorAttachmentAt(long index) Methods in io.qt.gui.rhi with parameters of type QRhiColorAttachmentModifier and TypeMethodDescriptionfinal QRhiTextureRenderTargetQRhi.newTextureRenderTarget(QRhiColorAttachment desc) Overloaded function forQRhi.newTextureRenderTarget(io.qt.gui.rhi.QRhiColorAttachment, io.qt.gui.rhi.QRhiTextureRenderTarget.Flags)withflags = new io.qt.gui.rhi.QRhiTextureRenderTarget.Flags(0).final QRhiTextureRenderTargetQRhi.newTextureRenderTarget(QRhiColorAttachment desc, QRhiTextureRenderTarget.Flag ... flags) final QRhiTextureRenderTargetQRhi.newTextureRenderTarget(QRhiColorAttachment desc, QRhiTextureRenderTarget.Flags flags) final voidQRhiTextureRenderTargetDescription.setColorAttachments(QRhiColorAttachment ... list) final voidQRhiTextureRenderTarget.setDescription(QRhiColorAttachment desc) Overloaded function forQRhiTextureRenderTarget.setDescription(io.qt.gui.rhi.QRhiTextureRenderTargetDescription).Constructors in io.qt.gui.rhi with parameters of type QRhiColorAttachmentModifierConstructorDescriptionSeeQRhiColorAttachment::QRhiColorAttachment(QRhiColorAttachment) QRhiTextureRenderTargetDescription(QRhiColorAttachment colorAttachment) QRhiTextureRenderTargetDescription(QRhiColorAttachment colorAttachment, QRhiRenderBuffer depthStencilBuffer) QRhiTextureRenderTargetDescription(QRhiColorAttachment colorAttachment, QRhiTexture depthTexture)