diff options
| author | Mark Young <marky@lunarg.com> | 2016-11-22 08:44:21 -0700 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-11-22 08:44:21 -0700 |
| commit | 831298a9579aded6f7906aa05c35ebbd41f9235a (patch) | |
| tree | 9316cc9b44c870abb7c786e857f2a717f79c8282 /loader/LoaderAndLayerInterface.md | |
| parent | 9b54e562500171aa61ab7e3d2700cd2b5a0b2fa7 (diff) | |
| download | usermoji-831298a9579aded6f7906aa05c35ebbd41f9235a.tar.xz | |
docs: Fix loader doc mention of linux dirs
The Linux "Properly-Installed ICDs" section wasn't coming across
into HTML properly.
Change-Id: I2538b3c027c88ad5923d23f554bba1734c60ec06
Diffstat (limited to 'loader/LoaderAndLayerInterface.md')
| -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 104eccc2..c3492d34 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -464,11 +464,13 @@ Notice the semi-colon between "C:\\Windows\\System32\\vendorc\_icd.json" and In order to find properly-installed ICDs, the Vulkan loader will scan the files in the following Linux directories: +``` /usr/local/etc/vulkan/icd.d /usr/local/share/vulkan/icd.d /etc/vulkan/icd.d /usr/share/vulkan/icd.d $HOME/.local/share/vulkan/icd.d +``` The "/usr/local/*" directories can be configured to be other directories at build time. |
