Module command_buffer

Module command_buffer 

Source
Expand description

Command encoder utilities to record render and compute work.

Structs§

CommandBuffer
Record commands for the GPU, spawn render/compute passes, and submit once finished. Guard rails ensure pipelines/buffers are set before draws/dispatches.
Operations
Load/store operations for attachments.
RenderPassBuilder
Builder for a render pass.
RenderPassColorAttachment
Describe a single color attachment of a render pass.
RenderPassDepth
Describe the optional depth attachment of a render pass.

Type Aliases§

LoadOp
Type of a load operation.
StoreOp
Type of a store operation.
WgpuColor
Type of a color.