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