mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
ac37a592cc
* 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.