Skip to content

Commit e2b0c40

Browse files
Update README.md
1 parent 81a0012 commit e2b0c40

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,23 +344,22 @@ you will need to set appropriate development team in the project settings.
344344

345345
To enable Vulkan on iOS, download and install [VulkanSDK](https://vulkan.lunarg.com/sdk/home#mac). There is no Vulkan loader
346346
on iOS, and Diligent Engine links directly with MoltenVK static library (as recommended by
347-
[MoltenVk install guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install-as-static-framework-static-library-or-dynamic-library)
348-
that implements Vulkan on Metal.
349-
Note that iOS simulator does not currently support Metal, and MoltenVK libraries are only available for arm64 architecture.
347+
[MoltenVk install guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install-as-static-framework-static-library-or-dynamic-library))
348+
that implements Vulkan on Metal. Note that MoltenVK libraries are only provided for arm64 architecture.
350349
To enable Vulkan in Diligent Engine on iOS, specify the path to Vulkan SDK when running CMake, for example (assuming
351350
that Vulkan SDK is installed at `/LunarG/vulkansdk-macos`):
352351

353352
```cmake
354353
cmake -DCMAKE_TOOLCHAIN_FILE=DiligentCore/ios.toolchain.cmake -DIOS_PLATFORM=OS64 -DIOS_ARCH=arm64 -DVULKAN_SDK=/LunarG/vulkansdk-macos -H. -Bbuild/IOS -GXcode
355354
```
356355

357-
Please refer to [MoltenVK user guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install)
358-
for more details.
359-
360356
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
361357
to use a library from a specific location, it can provide the full path to the library via `MoltenVK_LIBRARY` CMake variable. When
362358
`MoltenVK_LIBRARY` is defined, `VULKAN_SDK` is ignored.
363359

360+
Refer to [MoltenVK user guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install)
361+
for more information about MoltenVK installation and usage.
362+
364363
Last tested LunarG SDK version: 1.2.135.0.
365364

366365
<a name="build_and_run_integration"></a>

0 commit comments

Comments
 (0)