Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
struct.wgsl.expected.glsl
blob: 4886dfa9bfef9d1ea73cace3efc40a0a6b835635 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
struct
S
{
int
m
;
};
S A
[
4
]
=
S
[
4
](
S
(
0
),
S
(
0
),
S
(
0
),
S
(
0
));
void
main
()
{
A
[
0
]
=
S
(
1
);
}