Module gfx_hal::pass

source ·
Expand description

RenderPass handling.

Structs

An Attachment is a description of a resource provided to a render subpass. It includes things such as render targets, images that were produced from previous subpasses, etc.
Attachment operations.
A sub-pass borrow of a pass.
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.
Description of a subpass for renderpass creation.

Enums

Specifies the operation which will be applied at the beginning of a subpass.
Which other subpasses a particular subpass depends on.

Type Definitions

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.