aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-20 10:37:05 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:31:14 -0600
commit396b5a55c6b002a26fe6169c62781afbfa2caab8 (patch)
tree8dfe97fd4bf7c09aa3901bfc67a67029abf5c2be
parent21eb93d89a7ac0cd281d7bb3ca277c7fc7163380 (diff)
downloadusermoji-396b5a55c6b002a26fe6169c62781afbfa2caab8.tar.xz
misc: Bump header to align with upstream
-rw-r--r--include/vulkan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 80b5ad53..fae3267c 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -41,7 +41,7 @@ extern "C" {
((major << 22) | (minor << 12) | patch)
// Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 170, 2)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 171, 1)
#if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)