[][src]Module gfx_hal::pass

RenderPass handling.

Structs

Attachment

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.

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.