Fixup note for VK_DRIVER_FILES env-var
authorCharles Giessen <charles@lunarg.com>
Fri, 13 Sep 2024 20:53:08 +0000 (15:53 -0500)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Fri, 13 Sep 2024 23:01:20 +0000 (17:01 -0600)
The original text was caused by a mistake during rebase which wasn't
caught. This commit take the original non-mistake text and cleans that
up further.

docs/LoaderInterfaceArchitecture.md

index b61e3f3cf2174471945ab269f2b68f373424129d..01da9da0f83448b36693485ff38e23ebb728529a 100644 (file)
@@ -640,7 +640,9 @@ discovery.
         continue to work.
     </small></td>
     <td><small>
-        If a relative path not used, issues may be encountered.
+        It is recommended to use absolute paths to JSON files.
+        Relative paths may have issues due to how the loader transforms relative library
+        paths into absolute ones.
         <br/> <br/>
         <a href="#elevated-privilege-caveats">
             Ignored when running Vulkan application with elevated privileges.