Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_FMod_Scalar.spvasm.expected.msl
blob: 71427b2cf1cdfbe039e323c6aa717cd10f145c79 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_1
=
(
50.0f
-
(
60.0f
*
floor
((
50.0f
/
60.0f
))));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}