awsm-renderer 0.4.1

awsm-renderer
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shader plumbing for the shadow-generation pass.

pub mod cache_key;
pub mod custom_vertex_cache_key;
pub mod custom_vertex_template;
pub mod masked_cache_key;
pub mod masked_custom_vertex_cache_key;
pub mod masked_custom_vertex_template;
pub mod masked_template;
pub mod template;