mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
c049c37b86
* The trace count could be less than the number of instructions if flow control causes some instructions to be skipped (and higher if some were repeated!). There's no need to validate this value anyway, RunTo will bail when it hits the end of the trace if the number is too high.