From d2a5c02f03ca6e998d9b39c1d8b627b950171198 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Mon, 9 Jul 2018 08:09:48 -0600 Subject: [PATCH] docs: Improve layer limitations description --- Docs/MoltenVK_Runtime_UserGuide.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Docs/MoltenVK_Runtime_UserGuide.md b/Docs/MoltenVK_Runtime_UserGuide.md index e138d379..fcc6c623 100644 --- a/Docs/MoltenVK_Runtime_UserGuide.md +++ b/Docs/MoltenVK_Runtime_UserGuide.md @@ -441,8 +441,11 @@ Known **MoltenVK** Limitations This section documents the known limitations in this version of **MoltenVK**. -- **MoltenVK** is a Layer-0 driver implementation of *Vulkan 1.0*, and currently does not - support the loading of higher level *Vulkan Layers*. +- **MoltenVK** is a Layer-0 driver implementation of *Vulkan 1.0* + Since it takes on the role of a driver in the Vulkan architecture, it does not load *Vulkan Layers* + on its own. + In order to use Vulkan layers such as the validation layers, use the Vulkan loader and layers from the + [LunarG Vulkan SDK](https://vulkan.lunarg.com). The following *Vulkan 1.0* features have not been implemented in this version of **MoltenVK**: