Skip to content
Snippets Groups Projects
Commit 41d4a7ab authored by Niklas Haas's avatar Niklas Haas
Browse files

vulkan: clean up VK_KHR_swapchain handling

This extension was treated as global in the past, but now that we have
a proper extension framework we should just handle it like any other
extension. Solves a very concrete issue where dependencies on e.g.
VK_EXT_hdr_metadata were not satisfied if the user did not happen to
enable this extension.

Also check if the extension is loaded when we attempt actually creating
a swapchain.
parent 925b1b86
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment