Sign in
dawn
/
dawn
/
61a57fa5a11f521ac369591f824231682eba7ce4
/
.
/
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
;
}