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