Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

A better way to prepare MacOS develop environment #339

Open chirsz-ever opened 1 year ago

chirsz-ever commented 1 year ago
  1. We can install vulkan-loader, MoltenVK and vulkan-layers by Homebrew.
  2. 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.
  3. VK_ICD_FILENAMES is deprecated, use VK_DRIVER_FILES instead.