diff options
author | Jon Leech <[email protected]> | 2023-04-20 16:58:36 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2023-04-20 17:00:00 -0700 |
commit | 8a397558c4d2a4bf9e64e900c45a7e65664c32b2 (patch) | |
tree | 6318eb260908b39d97da9cd72a249f23ef3cf570 /include | |
parent | 4c304fac642d745049259d4b85dd86960f09941a (diff) | |
download | Vulkan-Headers-8a397558c4d2a4bf9e64e900c45a7e65664c32b2.tar.gz Vulkan-Headers-8a397558c4d2a4bf9e64e900c45a7e65664c32b2.zip |
Update for Vulkan-Docs 1.3.248v1.3.248
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 39a6549..a7e858a 100644 --- a/include/vulkan/vulkan.hpp +++ b/include/vulkan/vulkan.hpp @@ -114,7 +114,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h # include <span> #endif -static_assert( VK_HEADER_VERSION == 247, "Wrong VK_HEADER_VERSION!" ); +static_assert( VK_HEADER_VERSION == 248, "Wrong VK_HEADER_VERSION!" ); // 32-bit vulkan is not typesafe for non-dispatchable 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 e30fe49..cf243a9 100644 --- a/include/vulkan/vulkan_core.h +++ b/include/vulkan/vulkan_core.h @@ -68,7 +68,7 @@ extern "C" { #define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)// Patch version should always be set to 0 // Version of this file -#define VK_HEADER_VERSION 247 +#define VK_HEADER_VERSION 248 // Complete version of this file #define VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION(0, 1, 3, VK_HEADER_VERSION) |