From e2b0c40eab8a8345417f9b1fbbdeadb5a18ba0be Mon Sep 17 00:00:00 2001 From: Assiduous <61806567+TheMostDiligent@users.noreply.github.com> Date: Tue, 28 Apr 2020 15:59:39 -0700 Subject: Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d7205b7..eb62a68 100644 --- a/README.md +++ b/README.md @@ -344,9 +344,8 @@ you will need to set appropriate development team in the project settings. To enable Vulkan on iOS, download and install [VulkanSDK](https://vulkan.lunarg.com/sdk/home#mac). There is no Vulkan loader on iOS, and Diligent Engine links directly with MoltenVK static library (as recommended by -[MoltenVk install guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install-as-static-framework-static-library-or-dynamic-library) -that implements Vulkan on Metal. -Note that iOS simulator does not currently support Metal, and MoltenVK libraries are only available for arm64 architecture. +[MoltenVk install guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install-as-static-framework-static-library-or-dynamic-library)) +that implements Vulkan on Metal. Note that MoltenVK libraries are only provided for arm64 architecture. To enable Vulkan in Diligent Engine on iOS, specify the path to Vulkan SDK when running CMake, for example (assuming that Vulkan SDK is installed at `/LunarG/vulkansdk-macos`): @@ -354,13 +353,13 @@ that Vulkan SDK is installed at `/LunarG/vulkansdk-macos`): cmake -DCMAKE_TOOLCHAIN_FILE=DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=OS64 -DIOS_ARCH=arm64 -DVULKAN_SDK=/LunarG/vulkansdk-macos -H. -Bbuild/IOS -GXcode ``` -Please refer to [MoltenVK user guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install) -for more details. - By default, the engine will link with static version of MoltenVK library located in LunarG SDK. If this is not desired or an application wants to use a library from a specific location, it can provide the full path to the library via `MoltenVK_LIBRARY` CMake variable. When `MoltenVK_LIBRARY` is defined, `VULKAN_SDK` is ignored. +Refer to [MoltenVK user guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install) +for more information about MoltenVK installation and usage. + Last tested LunarG SDK version: 1.2.135.0. -- cgit v1.2.3