mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
d14c7f3894
* We also let an API be active without presenting, and then note when it starts presenting. This lets us detect the case where an API has been started up and used, but isn't presenting so we're not able to capture it. Less confusing than telling the user no API is detected, and lets us direct them to the relevant documentation. * There's also a flag indicating if the API can be captured even if it does present.