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