aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan/vulkan.hpp
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-07-24 11:05:40 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-07-24 16:31:54 -0600
commitabb03277adeee3aab3b819130bf837571c32149b (patch)
tree116d4bf1d0b3004d4434b219eca63fcc64c5ab36 /include/vulkan/vulkan.hpp
parent81d2a7c736eb3102b215c6e00531a8afba581d7d (diff)
downloadusermoji-abb03277adeee3aab3b819130bf837571c32149b.tar.xz
header: Update to version 1.0.56 of the Vulkan hdr
- updated vulkan.h - updated vk.xml - updated Win/Lin .json files - updated vk_validation_error_database.h - updated vk_validation_error_messages.h - updated vulkan.hpp Change-Id: Ibf64c8a1760743b3118794b0ef5f6d34b108bbbc
Diffstat (limited to 'include/vulkan/vulkan.hpp')
-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 191307f2..8dfa0c7b 100644
--- a/include/vulkan/vulkan.hpp
+++ b/include/vulkan/vulkan.hpp
@@ -33,7 +33,7 @@
# include <memory>
# include <vector>
#endif /*VULKAN_HPP_DISABLE_ENHANCED_MODE*/
-static_assert( VK_HEADER_VERSION == 55 , "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 56 , "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