Files
vkd3d/libs
Nikolay Sivov 9f09ac6893 vkd3d-shader/fx: Fix condition when printing literal constant arguments.
To reproduce:

float4 v;

SamplerState s
{
    BorderColor = 0.1 + v*0.2;
};

Expression should use more than one literal constant,
as a scalar in operation that involves a vector.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2025-03-03 17:54:17 +01:00
..
2025-03-03 17:53:17 +01:00
2025-02-19 12:00:00 +01:00
2018-06-27 22:43:49 +02:00