diff options
author | Lenny Komow <lenny@lunarg.com> | 2017-03-02 11:29:03 -0700 |
---|---|---|
committer | Lenny Komow <lenny@lunarg.com> | 2017-03-02 11:30:51 -0700 |
commit | 33faebc51e25df43fa5eb6948fbbe1601bc4aaa0 (patch) | |
tree | 0eb056429bcefb0e980623e54e55e7ca8f304341 /loader | |
parent | 1b9da316f15b56b52cdaae0f5056cca0f9de1791 (diff) |
docs: Add new layer registries to loader doc
Change-Id: I185d37096db07585d8b4015201656937fbf5714d
Diffstat (limited to 'loader')
-rw-r--r-- | loader/LoaderAndLayerInterface.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 6b71d600..2f292c7f 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -806,7 +806,9 @@ values in the following Windows registry keys: ``` HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ExplicitLayers + HKEY_CURRENT_USER\SOFTWARE\Khronos\Vulkan\ExplicitLayers HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ImplicitLayers + HKEY_CURRENT_USER\SOFTWARE\Khronos\Vulkan\ImplicitLayers ``` For each value in these keys which has DWORD data set to 0, the loader opens |