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