Expand description
Render and compute pass helpers built on top of wgpu encoders.
command_buffer: encoder orchestration and common copy helpers.render_pass: guard-railed render pass wrapper that checks pipelines and buffers.compute_pass: compute dispatch wrapper with push-constant helpers.
Re-exports§
pub use command_buffer::*;pub use compute_pass::*;pub use render_pass::*;
Modules§
- command_
buffer - Command encoder utilities to record render and compute work.
- compute_
pass - Compute pass abstraction.
- render_
pass - Render pass abstraction for the WGPU library.