aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-04-22 17:02:11 -0600
committerTony Barbour <tony@LunarG.com>2015-04-22 17:02:11 -0600
commitdcceab9bf2a311465811c84b24f5ad5b4544fb98 (patch)
tree5948518b843384a8dfe2074c2746677608cc0e53
parent121fb6de54693781c707b7a59754167cd1ed6ab8 (diff)
downloadusermoji-dcceab9bf2a311465811c84b24f5ad5b4544fb98.tar.xz
build: fix registry locations
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 7ea0367f..5d219c99 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -176,7 +176,7 @@ To run VK programs you must have an appropriate ICD (installable client driver)
- Registry:
- Root Key: HKEY_LOCAL_MACHINE
- - Key: "SOFTWARE\VK"
+ - Key: "SOFTWARE\Vulcan"
- Value: "VK_DRIVERS_PATH" (semi-colon-delimited set of folders to look for ICDs)
- Environment Variable: "VK_DRIVERS_PATH" (semi-colon-delimited set of folders to look for ICDs)
@@ -199,7 +199,7 @@ where to find the layer libraries, and which ones you desire to use. The defaul
- Registry:
- Root Key: HKEY_LOCAL_MACHINE
- - Key: "System\VK"
+ - Key: "SOFTWARE\Vulcan"
- Value: "VK_LAYERS_PATH" (semi-colon-delimited set of folders to look for layers)
- Value: "VK_LAYER_NAMES" (semi-colon-delimited list of layer names)
- Environment Variables: