mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 07:06:11 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user