Related issue posted here: Encountered VK_ERROR_INCOMPATIBLE_DRIVER.
Proposed fix:
- Adds the
VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR bit to the VkInstanceCreateInfo structure flags.
- Adds
VK_KHR_portability_enumeration, VK_KHR_get_physical_device_properties2 to the instance extensions list.