Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvFUnordTest_FUnordLessThan_Vector.spvasm.expected.msl
blob: d1df2a88435cb6db4eb51c79f663581ddfc1e959 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool2
const
x_1
=
!((
float2
(
50.0f
,
60.0f
)
>=
float2
(
60.0f
,
50.0f
)));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}