From dcceab9bf2a311465811c84b24f5ad5b4544fb98 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Wed, 22 Apr 2015 17:02:11 -0600 Subject: build: fix registry locations --- BUILD.md | 4 ++-- 1 file 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: -- cgit v1.2.3