aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-01-23 10:07:40 -0500
committerGitHub <noreply@github.com>2019-01-23 10:07:40 -0500
commitc0440846484d9f624a231734ee5816b1b5bd09ab (patch)
tree99ad8c12a6904a640255e6613944c75ef9c6fc3d /README.md
parent40a3f2f831c685394d9957b7e5acd605c92d1464 (diff)
downloadamber-c0440846484d9f624a231734ee5816b1b5bd09ab.tar.gz
Update vulkan readme notes (#234)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c95b297..66e9000 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,10 @@ A Vulkan implementation is found by CMake in the following priority order:
Example: `VULKAN_SDK=$HOME/vulkan-macos-1.1.85.0/macOS`
* `VK_ICD_FILENAMES` should point to the ICD JSON file.
Example: `VK_ICD_FILENAMES=$VULKAN_SDK/etc/vulkan/icd/MoltenVK_icd.json`
+ * `VK_LAYER_PATH` should point to the $VULKAN_SDK/etc/explicit\_layer.d
+ folder.
+ * `LD_LIBRARY_PATH` must contain the $VULKAN_SDK/lib/ folder for the
+ validation libraries.
### Using Dawn as a backend