1
2
3
4
5
6
/*!
Lists of reserved keywords for each shading language with a [frontend][crate::front] or [backend][crate::back].
*/

#[cfg(any(feature = "wgsl-in", feature = "wgsl-out"))]
pub mod wgsl;