summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2016-09-07 09:18:38 -0600
committerLenny Komow <lenny@lunarg.com>2016-09-07 09:18:38 -0600
commit4d05fbf2126361bbb866bc458fbc5310a558e967 (patch)
tree899c1bfa76baf46a4049c88476b21c9618d015e2 /include
parent7d5269a9d52e8ea7529504b6d886ae2f9a4a6498 (diff)
header: Bump vulkan.hpp to 1.0.26
Diffstat (limited to 'include')
-rw-r--r--include/vulkan/vulkan.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.hpp b/include/vulkan/vulkan.hpp
index 61e2f8e0..ddcd8769 100644
--- a/include/vulkan/vulkan.hpp
+++ b/include/vulkan/vulkan.hpp
@@ -40,7 +40,7 @@
# include <vector>
#endif /*VULKAN_HPP_DISABLE_ENHANCED_MODE*/
-static_assert( VK_HEADER_VERSION == 25 , "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 26 , "Wrong VK_HEADER_VERSION!" );
// 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default.
// To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION