Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 9f09ac68 by Nikolay Sivov at 2025-03-03T17:54:17+01:00 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
- - - - -
1 changed file:
- libs/vkd3d-shader/fx.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/9f09ac68934c91dd870302b8e67205...