Vulkan 1.3 Example doesn't work on macOS
ibd1279 opened this issue · 1 comments
ibd1279 commented
The provided example code will build but will not run with Vulkan 1.3.
Beginning with the 1.3.216 Vulkan SDK, the Vulkan Loader is strictly enforcing the new VK_KHR_PORTABILITY_subset extension. The current example does not do this and won't run on a mac using MoltenVK.
ibd1279 commented
See The portability enumeration requirement in the Vulkan release notes.