aboutsummaryrefslogtreecommitdiff
path: root/loader/loader_platform.h
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-04-24 14:10:50 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-04-27 15:32:00 -0600
commit566e9005d29036fdf660445ead9a39b2ac65f5e7 (patch)
treef97d17332d344086d43506812b90e403478dc41b /loader/loader_platform.h
parent30bd71d14025375148be92ebffe309418d28585f (diff)
downloadusermoji-566e9005d29036fdf660445ead9a39b2ac65f5e7.tar.xz
loader: Fix bug on layer name prefix string length
Also add GetGlobalExtensionInfo to layer .def file
Diffstat (limited to 'loader/loader_platform.h')
-rw-r--r--loader/loader_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader_platform.h b/loader/loader_platform.h
index 08ce2083..60460bfb 100644
--- a/loader/loader_platform.h
+++ b/loader/loader_platform.h
@@ -162,7 +162,7 @@ using namespace std;
#define VK_DRIVER_LIBRARY_PREFIX_LEN 3
// TODO/TBD: Is this an appropriate suffix for Windows?
#define VK_LAYER_LIBRARY_PREFIX "VKLayer"
-#define VK_LAYER_LIBRARY_PREFIX_LEN 8
+#define VK_LAYER_LIBRARY_PREFIX_LEN 7
#define VK_LIBRARY_SUFFIX ".dll"
#define VK_LIBRARY_SUFFIX_LEN 4
#endif // DEFAULT_VK_DRIVERS_PATH