Sign in
dawn
/
dawn
/
f35bd1bae613c97b4d93c19dd23a7009cd10e5fb
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
func.wgsl.expected.glsl
blob: 1761c2eee644c23490fa066eed36c4849f78a6ce [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
void
f2
()
{
}
void
f1
()
{
f2
();
}
void
main
()
{
f1
();
return
;
}