Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Select_BoolCond_FloatScalarParams.spvasm.expected.hlsl
blob: 44e674756d8ac48233e6e7fc58bcfb7ba72c3c47 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float
x_1
=
(
true
?
50.0f
:
60.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}