aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-02-06 10:29:45 -0500
committerGitHub <noreply@github.com>2019-02-06 10:29:45 -0500
commite2ca0e29566b55cd0afc6c7db08395d15a8767ca (patch)
tree530981d71620a4e3b5dded66971c6b71e62dcf32 /README.md
parent63d3da7ffe0ff4efd85c98fea7fefb9d5290734a (diff)
downloadamber-e2ca0e29566b55cd0afc6c7db08395d15a8767ca.tar.gz
Fixes for OSX build (#262)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 66e9000..4da1cd6 100644
--- a/README.md
+++ b/README.md
@@ -104,9 +104,9 @@ A Vulkan implementation is found by CMake in the following priority order:
that contains the `include` and `lib` directories.
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.
+ Example: `VK_ICD_FILENAMES=$VULKAN_SDK/etc/vulkan/icd.d/MoltenVK_icd.json`
+ * `VK_LAYER_PATH` should point to the
+ $VULKAN_SDK/etc/vulkan/explicit\_layer.d folder.
* `LD_LIBRARY_PATH` must contain the $VULKAN_SDK/lib/ folder for the
validation libraries.