aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-20 10:53:50 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:31:14 -0600
commit252c6fde2e4af7026c96528729cbee84bf68262d (patch)
tree5a75e02de7d205ea4b90248296be327637531fa2 /include
parent8ab618c8214afba01166e7753726b6a6713862e1 (diff)
downloadusermoji-252c6fde2e4af7026c96528729cbee84bf68262d.tar.xz
misc: Bump header to align with upstream
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index 61a0b009..7a0a695b 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, 171, 1)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 172, 1)
#if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)