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