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