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