Sign in
dawn
/
dawn
/
548e853a37e3062c8ef9d54769c6172e91237af0
/
.
/
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
;
}