awsm-renderer 0.3.2

awsm-renderer
Documentation
1
2
3
4
5
6
7
8
9
10
//! Material classify compute pass — produces per-`shader_id` tile
//! buckets + indirect-dispatch args consumed by the opaque material
//! pipelines.

pub mod bind_group;
pub mod bucket_lut;
pub mod buffers;
pub mod pipeline;
pub mod render_pass;
pub mod shader;