You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the Vulkan SDK, please proceed with CMake configuration and build steps as usual.
69
+
After installing the [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/), please proceed with CMake configuration and build steps.
71
70
72
71
### iOS, iPadOS, visionOS
73
72
1. Make sure that the Vulkan SDK is installed
74
73
2. Run the `xcode_setup` CMake target
75
-
3. Download the [prebuilt MoltenVK libraries](https://github.com/KhronosGroup/MoltenVK/actions) or build it yourself. Unzip the downloaded artifact from a MoltenVK workflow. If you're not sure which one you want to use, pick the one from the latest tag.
74
+
3. Download the [prebuilt MoltenVK libraries](https://github.com/KhronosGroup/MoltenVK/actions) or build it yourself. Unzip the downloaded artifact from a MoltenVK workflow. If you're not sure which one you want to use, pick the one from the latest tag
76
75
4. Place the MoltenVK folder that contains the `dynamic`, `include`, and `static` folders under `apps/apple`
77
76
5. Set your development team id in `project.xcconfig`
0 commit comments