Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_Not_UnsignedVec_UnsignedVec.spvasm.expected.msl
blob: 466557ed401e32a0e606510eb057eabf3379abfa [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_1
=
~(
uint2
(
10u
,
20u
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}