Sign in
dawn
/
dawn.git
/
refs/heads/main
/
.
/
test
/
tint
/
samples
/
function.wgsl.expected.msl
blob: 3e9fcf30d9b54377b98fc5f5eb375dae92023d50 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
float
v
()
{
return
0.40000000596046447754f
;
}
[[
max_total_threads_per_threadgroup
(
2
)]]
kernel
void
ep
()
{
float
const
a
=
v
();
}