aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 10:37:38 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-26 16:24:10 -0600
commitabd50880e9bee98cb77aec5186781d4098934e0c (patch)
tree9534097ffe87e5d5b8b9b347cb89cfb1baf4c833 /include
parent2aff13fc673820c3d4e31a8c1ceb8b8e2b1f18f4 (diff)
downloadusermoji-abd50880e9bee98cb77aec5186781d4098934e0c.tar.xz
misc: bump to header version 182
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 e938a5bd..fda86fdd 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, 181, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 182, 0)
#if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L)