summaryrefslogtreecommitdiffstats
path: root/third_party/rust/naga/src/keywords/mod.rs
blob: d54a1704f7df9bb89668054f03b8fcd27bc73a85 (plain)
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;