AttachmentPack Class
(Qt3DRender::Render::AttachmentPack)Public Functions
AttachmentPack() | |
void | addAttachment(const Attachment &attachment) |
QVector<Attachment> | attachments() const |
QList<QRenderAttachment::RenderAttachmentType> | drawBuffers() const |
void | setDrawBuffers(const QList<QRenderAttachment::RenderAttachmentType> &drawBuffers) |
Member Function Documentation
AttachmentPack::AttachmentPack()
Default constructs an instance of AttachmentPack.
void AttachmentPack::addAttachment(const Attachment &attachment)
QVector<Attachment> AttachmentPack::attachments() const
QList<QRenderAttachment::RenderAttachmentType> AttachmentPack::drawBuffers() const
See also setDrawBuffers().
void AttachmentPack::setDrawBuffers(const QList<QRenderAttachment::RenderAttachmentType> &drawBuffers)
See also drawBuffers().