Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Select_BoolCond_BoolParams.spvasm.expected.msl
blob: e9d89bb5e255733b0155ce9515eb0930f36db1a7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
const
x_1
=
select
(
false
,
true
,
true
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}