mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-18 16:00:48 +00:00
3d785b9b68
* In the old codepath for a valid existing window we'd create a cloned DC and use that to pop with. However that DC is then released so we have created the 'stale DC' situation. This can cause problems with subsequent context activations when we try to push/pop to populate GL hooks and fail to pop properly as the queried DC is invalid.