Files
renderdoc/renderdoc/driver
baldurk 4c9bb5d844 Add special push/pop logic for WGL contexts
* We can't easily restore the application's context if the DC that was current
  has been released. Instead we check to see if the last known window is still
  valid - if so, we get the DC handle from it. If not then we assume that
  rendering to the application's context setup would have failed so we bind our
  own backdoor window (but with the application's context still).
2020-01-22 19:05:53 +00:00
..