52b9aa41
by Giovanni Mascellani at 2025-09-19T12:48:50+02:00
vkd3d-shader/ir: Fix r0 allocation for PS 1.x shaders.
In order to allocate it properly we have to ensure it is the first
register to be processed. The current algorithm fails to do so, so
a more explicit approach is introduced.