cab0bd07
by Henri Verbeet at 2025-08-13T15:56:06+02:00
vkd3d-shader/glsl: Resolve SSA values.
Since commit eaebef4265fa796b6c40c7e3f7881b56be94dfd2 we may receive
vsir generated from HLSL sources, which typically contains SSA values.
We could previously receive vsir with SSA values as well, but HLSL
sources would go through d3dbc/tpf as an intermediate step, making the
resulting vsir much less likely to contain SSA values.