VulkanTutorial
VulkanTutorial copied to clipboard
A better way to prepare MacOS develop environment
- We can install vulkan-loader, MoltenVK and vulkan-layers by Homebrew.
- Beginning with the 1.3.216 Vulkan SDK, the Vulkan Loader is strictly enforcing the new
VK_KHR_PORTABILITY_subset extension, it must be enabled when we use MoltenVK currently. VK_ICD_FILENAMESis deprecated, useVK_DRIVER_FILESinstead.