diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2018-04-24 11:58:32 -0400 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2018-04-24 11:59:58 -0400 |
| commit | 7b6ade877f2bcaa6d7adaa2634f27231a0608168 (patch) | |
| tree | f874493d23c74fa8e72c36eb645337c8ad12032f /include | |
| parent | fa8b596a910d5f0040b084d777ae3e80eaca49f3 (diff) | |
| download | usermoji-7b6ade877f2bcaa6d7adaa2634f27231a0608168.tar.xz | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan/vulkan.hpp | 2 | ||||
| -rw-r--r-- | include/vulkan/vulkan_core.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 <cassert> # 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 diff --git a/include/vulkan/vulkan_core.h b/include/vulkan/vulkan_core.h index 2cafcddf..9fefb438 100644 --- a/include/vulkan/vulkan_core.h +++ b/include/vulkan/vulkan_core.h @@ -43,7 +43,7 @@ extern "C" { #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) #define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xfff) // Version of this file -#define VK_HEADER_VERSION 73 +#define VK_HEADER_VERSION 74 #define VK_NULL_HANDLE 0 |
