aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-20 11:34:57 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:31:14 -0600
commit635d0e99e8d0139e646c4a38150a5b210f0c105b (patch)
tree7fd7cf896ced40e22ffec7a8338606300517602d /include
parentdfc5a8864bdfe193981f0e2849e0fd9bcccd7587 (diff)
downloadusermoji-635d0e99e8d0139e646c4a38150a5b210f0c105b.tar.xz
misc: upstream header v176
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 d395eb07..32fb4a67 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, 175, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 176, 0)
#if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L)