Skip to main content

Module render_pass

Module render_pass 

Source

Structs§

RenderPass
A render pass, opaque — the value ActiveFrame::begin_pass/ render_context hands back for WGPUBackend. There’s no way to reach the underlying wgpu::RenderPass from outside this crate — every draw-time operation is a method here instead.

Enums§

IndexFormat
Index buffer element width — mirrors wgpu::IndexFormat (which has exactly these two variants).