Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Select_VecBoolCond_VectorParams.spvasm.expected.msl
blob: 385c9c35a59d19486aaf32ba912c42e9cbd875da [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_1
=
select
(
uint2
(
20u
,
10u
),
uint2
(
10u
,
20u
),
bool2
(
true
,
false
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}