mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
utils: Add index operators to UniqueVector
And put it into the utils namespace. Change-Id: Ib4c6fadc63954196d572148d0e96ffec6e3bbb38 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68404 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -74,7 +74,7 @@ struct ZeroInitWorkgroupMemory::State {
|
||||
};
|
||||
|
||||
/// A list of unique ArrayIndex
|
||||
using ArrayIndices = UniqueVector<ArrayIndex, ArrayIndex::Hasher>;
|
||||
using ArrayIndices = utils::UniqueVector<ArrayIndex, ArrayIndex::Hasher>;
|
||||
|
||||
/// Expression holds information about an expression that is being built for a
|
||||
/// statement will zero workgroup values.
|
||||
|
||||
Reference in New Issue
Block a user