mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 05:05:07 +00:00
[wgsl-reader] Disallow explicit storage classes on handle types
Downstream users have all caught up to the change. Remove the "uniform_constant" token from the WGSL parser. Fixed: tint:332 Change-Id: I046f93d5e6c26b89d419763e73b1ca583250570f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/45462 Auto-Submit: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
eae161cd9f
commit
b225851eef
@@ -101,7 +101,6 @@
|
||||
"type"
|
||||
"u32"
|
||||
"uniform"
|
||||
"uniform_constant"
|
||||
"var"
|
||||
"vec2"
|
||||
"vec3"
|
||||
|
||||
Reference in New Issue
Block a user