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