Layers: update documentation to make it clear the VK_LAYER_PATH supports both explici...
authorphish3y <logsdonevan1@gmail.com>
Fri, 18 Nov 2022 23:08:46 +0000 (15:08 -0800)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 2 Dec 2022 18:10:52 +0000 (12:10 -0600)
docs/LoaderApplicationInterface.md
docs/LoaderInterfaceArchitecture.md

index 6144a66563894211d7af8f80a37a091027110796..9b9eef25c1fc8644a60186177fda6ffac3af5634 100644 (file)
@@ -471,7 +471,7 @@ This can be accomplished in one of two ways:
  1. Selecting specific layer paths using the
 [VkConfig](https://github.com/LunarG/VulkanTools/blob/master/vkconfig/README.md)
 tool shipped with the Vulkan SDK.
- 2. Directing the loader to look for layers in specific folders by using the
+ 2. Directing the loader to look for layers in specific files and/or folders by using the
 `VK_LAYER_PATH` environment variable.
 
 The `VK_LAYER_PATH` environment variable can contain multiple paths separated by
@@ -479,7 +479,7 @@ the operating-system specific path separator.
 On Windows, this is a semicolon (`;`), while on Linux and macOS it is a colon
 (`:`).
 
-If `VK_LAYER_PATH` exists, the folders listed in it will be scanned for explicit
+If `VK_LAYER_PATH` exists, the files and/or folders listed will be scanned for explicit
 layer manifest files.
 Implicit layer discovery is unaffected by this environment variable.
 Each directory listed should be the full pathname of a folder containing layer
index a2cc6358012a8751a2400b67e08c5f3b556ca3b2..8c203b82be3aef6362dbc8d768f93af598912bbc 100644 (file)
@@ -659,7 +659,7 @@ discovery.
         <i>VK_LAYER_PATH</i></small></td>
     <td><small>
         Override the loader's standard Layer library search folders and use the
-        provided delimited folders to search for explicit layer manifest files.
+        provided delimited file and/or folders to locate explicit layer manifest files.
     </small></td>
     <td><small>
         <a href="#elevated-privilege-caveats">