Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
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
;
}