Module wgpu_utils

Module wgpu_utils 

Source

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.
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.