Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
expressions
/
user_call
/
nested.wgsl.expected.msl
blob: a4759f62c7787fbab0256f04bf5501c665b9930d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
d
()
{
}
void
c
()
{
d
();
}
void
b
()
{
c
();
}
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
a
()
{
b
();
}