Skip to content

Commit

Permalink
Update reserved WGSL keywords (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ani committed Jul 17, 2022
1 parent 17dcf39 commit 8f302a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/keywords/wgsl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ pub const RESERVED: &[&str] = &[
"cast",
"catch",
"cbuffer",
"centroid",
"char",
"class",
"co_await",
Expand Down Expand Up @@ -174,7 +173,6 @@ pub const RESERVED: &[&str] = &[
"final",
"finally",
"fixed",
"flat",
"friend",
"from",
"fvec2",
Expand Down Expand Up @@ -249,7 +247,6 @@ pub const RESERVED: &[&str] = &[
"layout",
"line",
"lineadj",
"linear",
"lowp",
"macro",
"macro_rules",
Expand Down Expand Up @@ -298,7 +295,6 @@ pub const RESERVED: &[&str] = &[
"restrict",
"row_major",
"samper",
"sample",
"sampler1D",
"sampler1DArray",
"sampler1DArrayShadow",
Expand Down

0 comments on commit 8f302a8

Please sign in to comment.