Sign in
dawn
/
dawn
/
c90bc4d50b70f2b9f01bf98e15056e563c43bee8
/
.
/
test
/
tint
/
samples
/
function.wgsl.expected.msl
blob: dbfffec57fe31d1b424ada87a0b4597625226b00 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float
v
()
{
return
0.40000000596046447754f
;
}
kernel
void
ep
()
{
float
const
a
=
v
();
}