Files
renderdoc/renderdoc
baldurk cb6daea42f Unwrap IDXGIOutput before passing it to real DXGI routines.
* This is a grey area between valid and invalid. Technically we're still
  passing a valid IDXGIOutput to the functions, but in practice the
  function will then probably turn around and cast it to an internal
  concrete type which it no longer points to, and explode.
2017-06-07 17:38:04 +01:00
..