mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-19 14:07:04 +00:00
880f529fda
* Instead of having an N:N mapping of parts of variables to parts of registers, instead we gather everything together under each variable and it has a list of registers that comprise it. * Any gaps are represented as undefined register mappings, for components that aren't available in any register.