Skip to content

vkd3d-shader/ir: Correctly compute the TEMP count after hull shader flattening.

Giovanni Mascellani requested to merge giomasce/vkd3d:mongibello into master

The previous computation was incorrect because the count was taken after resetting it to zero (as part of setting the instruction to NOP).

Merge request reports

Loading