Skip to main content

Module render_pass

Module render_pass 

Source
Expand description

Render pass configuration and builder for oximedia-gpu.

Provides load/store operation enums, per-attachment configuration, and a builder pattern for constructing RenderPassConfig descriptors.

Structs§

AttachmentConfig
Configuration for a single attachment within a render pass.
RenderPassBuilder
Fluent builder for RenderPassConfig.
RenderPassConfig
Describes all attachments used in a single render pass.

Enums§

AttachmentFormat
Pixel format of a render attachment.
LoadOp
Specifies what happens to an attachment’s contents at the start of a pass.
StoreOp
Specifies what happens to an attachment’s contents at the end of a pass.