From e3c6c3b1913577ccb750a6a228b43af14066f1fd Mon Sep 17 00:00:00 2001 From: Aron Granberg Date: Tue, 16 Oct 2018 22:13:54 +0200 Subject: [PATCH] Update readme with workarounds for MoltenVK (#1077) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0afa56e9..3288062c 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,11 @@ appropriate cargo output lines to your build script and implementing your own On iOS vulkano links directly to the MoltenVK framework. There is nothing else to do besides installing it. Note that the Vulkan SDK for macOS also comes with the iOS framework. +Note that as of writing, MoltenVK has some bugs that show up in the examples. +Some minor modifications may be required as workarounds: see https://github.com/vulkano-rs/vulkano/pull/1027. +The examples also do not work properly on macOS 10.11 and lower without workarounds due to MoltenVK's Metal backend not getting +the required features until macOS 10.12. See https://github.com/vulkano-rs/vulkano/issues/1075 for workarounds. + ## Donate [![Become a patron](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/tomaka)