Skip to content

Commit 29f790c

Browse files
jamienicolsharmajai
authored andcommitted
[naga wgsl-in] add "texture_external" to reserved keyword list (gfx-rs#8178)
1 parent 3f5ec1e commit 29f790c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

naga/src/keywords/wgsl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub const RESERVED: &[&str] = &[
3636
"texture_3d",
3737
"texture_cube",
3838
"texture_cube_array",
39+
"texture_external",
3940
"texture_multisampled_2d",
4041
"texture_storage_1d",
4142
"texture_storage_2d",

0 commit comments

Comments
 (0)