From c0440846484d9f624a231734ee5816b1b5bd09ab Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 23 Jan 2019 10:07:40 -0500 Subject: Update vulkan readme notes (#234) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3