reader/wgsl: Parse atomic<T> types

Bug: tint:892
Change-Id: Ib6338ee78fccfca339f53c9074671f89bae1537f
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54645
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
This commit is contained in:
Ben Clayton
2021-06-17 15:48:39 +00:00
committed by Ben Clayton
parent 8c7f0da8c8
commit 989c3a1811
8 changed files with 101 additions and 2 deletions

View File

@@ -943,7 +943,7 @@ INSTANTIATE_TEST_SUITE_P(RenamerTestMsl,
// "array", // Also used in WGSL
"array_ref",
"as_type",
"atomic",
// "atomic", // Also used in WGSL
"atomic_bool",
"atomic_int",
"atomic_uint",