Sign in
dawn
/
dawn
/
f35bd1bae613c97b4d93c19dd23a7009cd10e5fb
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
func.wgsl.expected.msl
blob: e04a45af83948a936a3fcd12a41a454092f82d0d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f2
()
{
}
fragment
void
f1
()
{
f2
();
return
;
}