1
2
3
4
5
//! This library contains code to parse, load and render shaders on the GPU

pub use shader::*;

mod shader;