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