mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-22 04:55:28 -04:00
d708e3ea4c
As VK_EXT_headless_surface is a WSI extension, supporting it requires changes to the loader. This commit makes the necessary changes, which are mostly straightforward plumbing. However, this commit also includes a minor tweak to avoid a segmentation fault when an implicitly enabled layer provides support for an instance extension.