aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan/vulkan.hpp
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-08-14 15:26:30 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-08-15 08:53:43 -0600
commitb01a770355a7ad7c67c8f14e5f948f451efac3b2 (patch)
tree27d4ab94d7f729ec373c0aab4aebbc907ad63cb2 /include/vulkan/vulkan.hpp
parent34ea9cfddfd104afdd193f87cddca6cccd40be5e (diff)
downloadusermoji-b01a770355a7ad7c67c8f14e5f948f451efac3b2.tar.xz
header: Update to version 1.0.58 of the vulkan hdr
- updated vulkan.h - updated vk.xml - updated cgenerator.py - updated Win/Lin json files - updated vulkan.hpp - updated vk_validation_error_messages.h - updated vk_validation_error_database.h Change-Id: I8c525b6a2bd69914440c6d7984a67446b27e6c23
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 2397f46d..8437ae77 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 == 57 , "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 58 , "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