Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryLogicalTest_LogicalNot_Vector.spvasm.expected.msl
blob: 69e0b18eef939bb2e28f04ca6c5f50e6150c07dd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool2
const
x_1
=
!(
bool2
(
true
,
false
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}