[naga wgsl-in] add "texture_external" to reserved keyword list (#8178)

This commit is contained in:
Jamie Nicol 2025-09-01 13:37:42 +01:00 committed by GitHub
parent 188a8cb3b4
commit 12c8b378a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",