mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
935fa49c98
* Since the source vars data doesn't change for a given instruction, we can pre- calculate it and save time on re-calculating per-state. * Note callstack *can* change per-state on SPIR-V where the same instruction can be reached by different flow paths, so the callstack remains part of the per- state data.