Skip to content

Commit

Permalink
Merge pull request #195 from karl-lunarg/karl-userguide
Browse files Browse the repository at this point in the history
docs:  Improve layer limitations description
  • Loading branch information
billhollings authored Jul 9, 2018
2 parents 348c041 + d2a5c02 commit 166de13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Docs/MoltenVK_Runtime_UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down

0 comments on commit 166de13

Please sign in to comment.