Files
renderdoc/qrenderdoc/Windows
baldurk 661ee35f30 Refactor ShaderDebugTrace to not return a single list of complete states
* The ShaderDebugTrace now only sets up the initial state of an opaque
  ShaderDebugger handle.
* This handle can then be passed to a new function - ContinueDebug - to
  iteratively return N more states. The number of states is implementation
  defined and may be a fixed number or it may run for a fixed time.
* The states themselves no longer contain a complete snapshot of all variables,
  but instead only the changed variables for that iteration. The changes are
  stored as before and after value to make it easier to step forwards and
  backwards (only the ShaderDebugState is needed to move forward or backwards,
  you don't have to search back for the last set value of a variable to 'undo' a
  change).
2020-02-06 17:58:42 +00:00
..
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00