Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
fn.wgsl.expected.msl
blob: 0442df539dc1fb17f9ed73a0e7a8dbf683626709 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
}
void
a__
()
{
}
void
b
()
{
a
();
}
void
b__
()
{
a__
();
}
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
v
()
{
b
();
b__
();
}