Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_VectorTimesScalar.spvasm.expected.hlsl
blob: 1843297d99f54aeb79cda2c9ea74c774a1b087bd [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float2 x_1
=
float2
(
50.0f
,
60.0f
);
const
float2 x_10
=
(
x_1
*
50.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}