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