aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-07-23 18:58:21 -0600
committerJon Ashburn <jon@lunarg.com>2015-07-24 10:01:13 -0600
commit4db982b7ef783668b63b383c55759e7d0b0a58b4 (patch)
treec2201cb37cd04c44f1aedd52ac6cbd0a84677b97
parent08fa5eeeba7621f1a65c482fc634adef83bef23b (diff)
downloadusermoji-4db982b7ef783668b63b383c55759e7d0b0a58b4.tar.xz
loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation
This effects Windows layers.
-rw-r--r--loader/vk_loader_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/vk_loader_platform.h b/loader/vk_loader_platform.h
index fa78b754..4e586075 100644
--- a/loader/vk_loader_platform.h
+++ b/loader/vk_loader_platform.h
@@ -190,7 +190,7 @@ using namespace std;
#define DEFAULT_VK_DRIVERS_PATH "C:\\Windows\\System32;C:\\Windows\\SysWow64"
#define DEFAULT_VK_LAYERS_INFO "SOFTWARE\\Khronos\\Vulkan\\ExplicitLayers;SOFTWARE\\Khronos\\Vulkan\\ImplicitLayers"
#define DEFAULT_VK_LAYERS_PATH "C:\\Windows\\System32;C:\\Windows\\SysWow64"
-#define LAYERS_PATH_ENV "VK_LAYERS_FOLDERS"
+#define LAYERS_PATH_ENV "VK_LAYER_FOLDERS"
// C99:
// Microsoft didn't implement C99 in Visual Studio; but started adding it with