[−][src]Module amethyst_rendy::rendy::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 | |
| SubpassRef | Which other subpasses a particular subpass depends on. |
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. |