From 7b6ade877f2bcaa6d7adaa2634f27231a0608168 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 24 Apr 2018 11:58:32 -0400 Subject: header: Update to version 1.1.74 of Vulkan hdr - update layer json files - update vulkan_core.h - update vk.xml - update vulkan.hpp - update validusage.json - update vk_validation_error_messages.h - update vk_validation_error_database.txt - maintain local changes to reg.py Change-Id: If0c52d13f78ddfcc7c9d316386c0d20399e97668 --- include/vulkan/vulkan.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vulkan/vulkan.hpp') diff --git a/include/vulkan/vulkan.hpp b/include/vulkan/vulkan.hpp index c51360aa..207fca71 100644 --- a/include/vulkan/vulkan.hpp +++ b/include/vulkan/vulkan.hpp @@ -36,7 +36,7 @@ # include # define VULKAN_HPP_ASSERT assert #endif -static_assert( VK_HEADER_VERSION == 73 , "Wrong VK_HEADER_VERSION!" ); +static_assert( VK_HEADER_VERSION == 74 , "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 -- cgit v1.2.3