Expand description
Render pass handling.
A render pass represents a collection of
- attachments
- subpasses
- dependencies between the subpasses
and describes how the attachments are used over the course of the subpasses.
Structs§
- An attachment is a description of a resource provided to a render subpass.
- Attachment operations.
- A sub-pass borrow of a pass.
- Expresses a dependency between multiple subpasses.
- Description of a subpass for render pass creation.
Enums§
- Specifies the operation to be used when reading data from a subpass attachment.
- Specifies the operation to be used when writing data to a subpass attachment.
Constants§
- An AttachmentId that can be used instead of providing an attachment.
Type Aliases§
- Index of an attachment within a framebuffer/renderpass,
- Image layout of an attachment.
- Reference to an attachment by index and expected image layout.
- Index of a subpass.