Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_Not_UnsignedVec_SignedVec.spvasm.expected.msl
blob: a36ed9445d1a1497eb8d5287a6e6230006144a00 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_1
=
as_type
<uint2>
(~(
int2
(
30
,
40
)));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}