[−][src]Module gfx_hal::pass
RenderPass handling.
Structs
Attachment | An |
AttachmentOps | Attachment operations. |
Subpass | A sub-pass borrow of a pass. |
SubpassDependency | Expresses a dependency between multiple subpasses. This is used both to describe a source or destination subpass; data either explicitly passes from this subpass to the next or from another subpass into this one. |
SubpassDesc | Description of a subpass for renderpass creation. |
Enums
AttachmentLoadOp | Specifies the operation which will be applied at the beginning of a subpass. |
AttachmentStoreOp |
Constants
ATTACHMENT_UNUSED | An AttachmentId that can be used instead of providing an attachment. |
Type Definitions
AttachmentId | Index of an attachment within a framebuffer/renderpass, |
AttachmentLayout | Image layout of an attachment. |
AttachmentRef | Reference to an attachment by index and expected image layout. |
SubpassId | Index of a subpass. |