mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[naga wgsl-in] add "texture_external" to reserved keyword list (#8178)
This commit is contained in:
parent
188a8cb3b4
commit
12c8b378a1
@ -36,6 +36,7 @@ pub const RESERVED: &[&str] = &[
|
||||
"texture_3d",
|
||||
"texture_cube",
|
||||
"texture_cube_array",
|
||||
"texture_external",
|
||||
"texture_multisampled_2d",
|
||||
"texture_storage_1d",
|
||||
"texture_storage_2d",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user