From 4db982b7ef783668b63b383c55759e7d0b0a58b4 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 23 Jul 2015 18:58:21 -0600 Subject: loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation This effects Windows layers. --- loader/vk_loader_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3