aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-15 17:46:39 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:31:14 -0600
commitb05c8a46adfbaa156413e30ad9810d74af936478 (patch)
tree483587a0d348d6ea4e1685f114a76113f3353bd8 /include
parent6d3ce861223c0b4888b8e7b24d3a09663ee8ab31 (diff)
downloadusermoji-b05c8a46adfbaa156413e30ad9810d74af936478.tar.xz
misc: bump header version 174
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 4d651eb6..5d884cd8 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, 172, 1)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 174, 0)
#if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)