mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-12 22:56:09 +00:00
tint: Rename 'type' to 'alias'
Bug: tint:1812 Change-Id: I50bd8b036b47b4ec223a81eda53bd658d19645e9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117211 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
c252c642f4
commit
9dc48bcef3
@@ -3,7 +3,7 @@ struct strided_arr {
|
||||
el : i32,
|
||||
}
|
||||
|
||||
type Arr = array<strided_arr, 4u>;
|
||||
alias Arr = array<strided_arr, 4u>;
|
||||
|
||||
struct buf0 {
|
||||
x_GLF_uniform_int_values : Arr,
|
||||
|
||||
Reference in New Issue
Block a user