Sign in
dawn
/
dawn
/
b29892be0999aba1f958aafd7256dbf7c6d2fa28
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
alias.wgsl
blob: d7c7835611e6c770c59088b6b88b2f1e55df1e64 [
file
] [
log
] [
blame
]
var
<private>
A
:
array
<
T
,
4
>;
type T
=
i32
;
@fragment
fn f
()
{
A
[
0
]
=
1
;
}