Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
alias.wgsl.expected.ir.glsl
blob: af466ef524eafa67eab10c7017a24dca4bd2ce23 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
int
A
[
4
]
=
int
[
4
](
0
,
0
,
0
,
0
);
void
main
()
{
A
[
0
]
=
1
;
}