aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-10-17 16:52:10 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-10-18 08:50:58 -0600
commit761bd3907ba2fe1ec2ffb96193f351bd9e1be1f1 (patch)
tree98323d3ab3fc48210dc8ddc00c61e4ce7fbbd385 /include/vulkan
parentd0f2d2e575e663ce1b774bc0b6d8916fd9cede61 (diff)
downloadvulkan-validation-layers-761bd3907ba2fe1ec2ffb96193f351bd9e1be1f1.tar.gz
header: Update vulkan.hpp to version 1.0.31
Change-Id: Ia81cef98ef59431255e608d3a3faecfc4368ef8d
Diffstat (limited to 'include/vulkan')
-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 f4f226666..42571b437 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 == 30 , "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 31 , "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