1
2
3
4
5
6
7
//! Functions which export shader modules into binary and text formats.

#[cfg(feature = "glsl-out")]
pub mod glsl;
pub mod msl;
#[cfg(feature = "spirv")]
pub mod spv;