Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_FMod_Vector.spvasm.expected.hlsl
blob: fc465ffb8d1b3df1860f6914f96e23a6ee7df8ef [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float2 x_1
=
(
float2
(
50.0f
,
60.0f
)
-
(
float2
(
60.0f
,
50.0f
)
*
floor
((
float2
(
50.0f
,
60.0f
)
/
float2
(
60.0f
,
50.0f
)))));
return
;
}
void
main
()
{
main_1
();
return
;
}