mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-14 10:36:43 +00:00
* This fixes an issue where applying a ID3DDeviceContextState by copying the state it has saved would trash these members on the immediate context's state tracker, and lead to missing refcounting and possibly a crash if an error was later encountered. * Since this would be confusing to do in an operator=, we instead remove the operator and explicitly call a CopyState() function