Sign in
dawn
/
dawn
/
679cf4f3517b4008ed12ba66bdfd5781a3c72b9c
/
.
/
test
/
tint
/
samples
/
function.wgsl.expected.msl
blob: b0f4f9bb251342955e5d5f4704fc19ee329ee3cd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float
tint_symbol
()
{
return
(
2.0f
/
5.0f
);
}
kernel
void
ep
()
{
return
;
}