aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-22 15:33:27 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:32:04 -0600
commit822087f7b8bd8c40a9e6ca95eee64a01e000758c (patch)
tree13f7ad1693e8c67132a1d0b07b1d5da0ba4667b3
parentdd9a7ec64581fa72c80c4d6b2139fcc9bc20949d (diff)
downloadusermoji-822087f7b8bd8c40a9e6ca95eee64a01e000758c.tar.xz
misc: Update header to v181
-rw-r--r--include/vulkan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index ebff03f3..dc530098 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, 180, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 181, 0)
#if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L)