Fix instance creation error on VULKAN_SDK >= 1.3.216 by opting-in to extension VK_KHR_PORTABILITY_subset
Open
- Dominant language
- C++
- Stars
- 262
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Related issue posted here: [Encountered VK_ERROR_INCOMPATIBLE_DRIVER](https://vulkan.lunarg.com/doc/sdk/1.3.239.0/mac/getting_started.html).
Proposed fix:
1. Adds the `VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR` bit to the `VkInstanceCreateInfo` structure flags.
2. Adds `VK_KHR_portability_enumeration`, `VK_KHR_get_physical_device_properties2` to the instance extensions list.
Contributor guide
Assessment
This issue has not been assessed yet.