Skip to content

vkd3d-shader/d3d-asm: Dump all indices when tracing VSIR code.

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

Our ASM dumper currently hides or interprets some register indices in order to match users expectations. This can be inconvenient for developers, though, because it makes it harder to understand what's really going on in the VSIR code when reading logs. With this change the whole index structure is dumped.

Merge request reports

Loading