mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
60409caf8d
* Normally SetEventID is synchronous and blocking, and will stall the UI while it is processing. However we can at least pop up a progress dialog and allow the UI to function (if not be interactive due to the blocking progress dialog) when some other long-running task is delaying the processing on the replay thread.