[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:
James Price
2021-03-22 15:49:16 +00:00
committed by Commit Bot service account
parent eae161cd9f
commit b225851eef
9 changed files with 13 additions and 28 deletions

View File

@@ -101,7 +101,6 @@
"type"
"u32"
"uniform"
"uniform_constant"
"var"
"vec2"
"vec3"