Sign in
dawn
/
dawn
/
adaa316da8417eba6b63f981351c2908341b67dc
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
alias.wgsl.expected.ir.glsl
blob: 72648b5184fffcf69a0aff3803bb4be0e9053ece [
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
;
}