1
2
3
4
5
//! Shader-related modules.

pub mod program;
pub mod stage;
pub mod uniform;