Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loader: Prevent crash from VK_KHR_display
Previously, we assumed that the extension VK_KHR_display would be available on all systems. This appears to no longer be the case. If we get two ICDs, one which supports the extension and one which does not, we used to get a crash if trying to call any function from the extension on the physical device which did not support it. This solves that crash
- Loading branch information