Sign in
dawn
/
dawn
/
5265f07cf86c0458ae075154b8ba5b81154166f1
/
.
/
test
/
tint
/
samples
/
function.wgsl.expected.msl
blob: 4ab43dd4cd3d03c769d7a736bd1e177674d745ef [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float
tint_symbol
()
{
return
(((
2.0f
*
3.0f
)
-
4.0f
)
/
5.0f
);
}
kernel
void
ep
()
{
return
;
}