mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 17:35:30 +00:00
ast: Rename ArrayAccessorExpression to IndexAccessorExpression
The object is not always an array. The index can be applied to vectors too. Change-Id: Ifb63d1862090d28cb48d692870e9dd01ddbce5df Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68841 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com>
This commit is contained in:
@@ -64,7 +64,6 @@ GlobalVariable::GlobalVariable(const ast::Variable* declaration,
|
||||
binding_point_(binding_point),
|
||||
is_pipeline_constant_(false) {}
|
||||
|
||||
|
||||
GlobalVariable::~GlobalVariable() = default;
|
||||
|
||||
Parameter::Parameter(const ast::Variable* declaration,
|
||||
|
||||
Reference in New Issue
Block a user