diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-04-22 17:02:11 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2015-04-22 17:02:11 -0600 |
| commit | dcceab9bf2a311465811c84b24f5ad5b4544fb98 (patch) | |
| tree | 5948518b843384a8dfe2074c2746677608cc0e53 | |
| parent | 121fb6de54693781c707b7a59754167cd1ed6ab8 (diff) | |
| download | usermoji-dcceab9bf2a311465811c84b24f5ad5b4544fb98.tar.xz | |
build: fix registry locations
| -rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
