Sign in
dawn
/
dawn
/
6ad78e82fbd5ae3128df32e467221326685d9d0d
/
.
/
test
/
tint
/
out_of_order_decls
/
alias
/
struct.wgsl.expected.glsl
blob: 66bd56dfd771adfe012fcf002fa11a2e0b5a9227 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
struct
S
{
int
m
;
};
void
main
()
{
S v
=
S
(
0
);
}