Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_FOrdGreaterThan_SpvBinaryLogicalTest_EmitExpression_1.spvasm.expected.hlsl
blob: 3d892012ba6a623b5929e01ce63d99424678bbec [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
bool2 x_1
=
(
float2
(
50.0f
,
60.0f
)
>
float2
(
60.0f
,
50.0f
));
return
;
}
void
main
()
{
main_1
();
return
;
}