Skip to content

Commit 5d8fb91

Browse files
WIP: definitely not standard test enable extension
1 parent 29ad804 commit 5d8fb91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

naga/src/front/wgsl/parse/directive/enable_extension.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ impl From<ImplementedEnableExtension> for EnableExtension {
6767
}
6868

6969
impl EnableExtension {
70+
#[cfg(test)]
71+
const DEFINITELY_NOT_STANDARD: &'static str = "definitely_not_standard";
7072
const F16: &'static str = "f16";
7173
const CLIP_DISTANCES: &'static str = "clip_distances";
7274
const DUAL_SOURCE_BLENDING: &'static str = "dual_source_blending";

0 commit comments

Comments
 (0)