mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
622291fde9
* This is primarily for the benefit of GL/VK where we need to feature-detect for some extensions or functionality that requires selecting a device, e.g. D3D12 can be more easily detected with a quick check. * We'll run this once and cache the results when running tests from python so we can do a better job of filtering out tests that the current machine doesn't support.