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