File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -358,11 +358,10 @@ you will need to set appropriate development team in the project settings.
358358### Configuring Vulkan Build Environment
359359
360360To enable Vulkan on iOS, download and install [ VulkanSDK] ( https://vulkan.lunarg.com/sdk/home#mac ) . There is no Vulkan loader
361- on iOS, and Diligent Engine links directly with MoltenVK static library (as recommended by
361+ on iOS, and Diligent Engine links directly with MoltenVK XCFramework (see
362362[ MoltenVk install guide] ( https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install-as-static-framework-static-library-or-dynamic-library ) )
363- that implements Vulkan on Metal. Note that MoltenVK libraries are only provided for arm64 architecture.
364- To enable Vulkan in Diligent Engine on iOS, specify the path to Vulkan SDK when running CMake, for example (assuming
365- that Vulkan SDK is installed at ` /LunarG/vulkansdk-macos ` ):
363+ that implements Vulkan on Metal. To enable Vulkan in Diligent Engine on iOS, specify the path to Vulkan SDK
364+ when running CMake, for example (assuming that Vulkan SDK is installed at ` /LunarG/vulkansdk-macos ` ):
366365
367366``` cmake
368367cmake -DCMAKE_SYSTEM_NAME=iOS -DVULKAN_SDK=/LunarG/vulkansdk-macos -S . -B ./build/iOS -G "Xcode"
You can’t perform that action at this time.
0 commit comments