We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ad804 commit 5d8fb91Copy full SHA for 5d8fb91
1 file changed
naga/src/front/wgsl/parse/directive/enable_extension.rs
@@ -67,6 +67,8 @@ impl From<ImplementedEnableExtension> for EnableExtension {
67
}
68
69
impl EnableExtension {
70
+ #[cfg(test)]
71
+ const DEFINITELY_NOT_STANDARD: &'static str = "definitely_not_standard";
72
const F16: &'static str = "f16";
73
const CLIP_DISTANCES: &'static str = "clip_distances";
74
const DUAL_SOURCE_BLENDING: &'static str = "dual_source_blending";
0 commit comments