mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 06:26:30 +00:00
Refactor BufferViewer to avoid race conditions
* We now push everything mutable about the draw data configuration into a single struct which we copy around (the actual buffer data remains refcounted and not copied). This means that we don't have one thread still trying to do things on a model which is being updated on another thread.
This commit is contained in:
+941
-947
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user