Overv / VulkanTutorial

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

fix xcode-paths picture in macOS #143

Closed Shikugawa closed 5 years ago

Shikugawa commented 5 years ago

I think that /vulkansdk/macOS/include and /vulkansdk/macOS/lib is not needed because of required header and libraries exists in /usr/local/include and /usr/local/lib.

Overv commented 5 years ago

Do you think that or did you verify it?

Shikugawa commented 5 years ago

@Overv If you read INSTALL_BOM.json, you must recognize this. This file has lists of need files to run Vulkan programs. install_vulkan.py, used for installing Vulkan, reads this file, specify needed files and destination directories and copy these lastly.