mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
Rename 'decoration' to 'attribute'
This matches (mostly) the term used in the WGSL spec. Change-Id: Ie148a1ca8498698e91fdbb60e1aeb0d509b80630 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/78786 Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -94,7 +94,7 @@ Each `ast::Node` represents a **single** part of the program's source, and so
|
||||
`ast::Node`s are not shared.
|
||||
|
||||
The AST does not perform any verification of its content. For example, the
|
||||
`ast::StrideDecoration` node has numeric stride parameter, which is a count of
|
||||
`ast::StrideAttribute` node has numeric stride parameter, which is a count of
|
||||
the number of bytes from the start of one array element to the start of the
|
||||
next. The AST node itself does not constrain the set of stride values that you
|
||||
can set, aside from storing it as an unsigned integer.
|
||||
|
||||
Reference in New Issue
Block a user