Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvFUnordTest_FUnordEqual_Scalar.spvasm.expected.msl
blob: d7cb0c0060ed6c7d103e04354cc018a601fcfe6f [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
const
x_1
=
!((
50.0f
!=
60.0f
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}