Sign in
dawn
/
tint
/
refs/heads/chromium/4605
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_FMod_Scalar.spvasm.expected.msl
blob: 71427b2cf1cdfbe039e323c6aa717cd10f145c79 [
file
] [
log
] [
blame
] [
edit
]
#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
;
}