Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_FNegate_Vector.spvasm.expected.hlsl
blob: 0bb14466567bc964033e8be7ae1e8f6359a34e46 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float2 x_1
=
-(
float2
(
50.0f
,
60.0f
));
return
;
}
void
main
()
{
main_1
();
return
;
}