Sign in
dawn
/
dawn
/
75a31aa10aa6767d6dd1906568b93345b3c16bb9
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
let.wgsl.expected.glsl
blob: f308959472f0cfd6de1f526c0b1cee56d2757918 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
const
int
a
=
1
;
void
f
()
{
int
b
=
a
;
}
void
main
()
{
f
();
return
;
}