Sign in
dawn
/
tint
/
c0fbce65d8c6e67b1cc1397ad76097486b8ac60b
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_SNegate_UnsignedVec_UnsignedVec.spvasm.expected.hlsl
blob: bb343421db59c45dd101bef53f1d4378f4be6589 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
asuint
(-(
asint
(
uint2
(
10u
,
20u
))));
return
;
}
void
main
()
{
main_1
();
return
;
}