Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_Not_UnsignedVec_SignedVec.spvasm.expected.hlsl
blob: 23e8405d0d93c2d666d8323ef632601b5b9c2fb3 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
asuint
(~(
int2
(
30
,
40
)));
return
;
}
void
main
()
{
main_1
();
return
;
}