RenderPassDesc struct
Render pass description.
Contents
- Reference
Base classes
- struct DeviceObjectAttribs
- Describes common device object attributes.
Public variables
- Uint32 AttachmentCount
- The number of attachments used by the render pass.
- const RenderPassAttachmentDesc* pAttachments
- Pointer to the array of subpass attachments, see Diligent::
RenderPassAttachmentDesc. - Uint32 SubpassCount
- The number of subpasses in the render pass.
- const SubpassDesc* pSubpasses
- Pointer to the array of subpass descriptions, see Diligent::
SubpassDesc. - Uint32 DependencyCount
- The number of memory dependencies between pairs of subpasses.
- const SubpassDependencyDesc* pDependencies
- Pointer to the array of subpass dependencies, see Diligent::
SubpassDependencyDesc.