Sign in
dawn
/
tint
/
b9b6e696313b1a9b101231948ca75c3b1b3fcfb8
/
.
/
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
;
}