Sign in
dawn
/
tint
/
5f6a185d0210fa6adf8bbcc4c2f4f3133e671001
/
.
/
test
/
out_of_order_decls
/
array
/
alias.wgsl.expected.glsl
blob: 91dd20a0bf03c804df5130e34fc27cc303c59413 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
int
A
[
4
]
=
int
[
4
](
0
,
0
,
0
,
0
);
void
f
()
{
A
[
0
]
=
1
;
}
void
main
()
{
f
();
return
;
}