diff options
author | Jon Leech <[email protected]> | 2023-08-04 04:01:23 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2023-08-04 04:04:01 -0700 |
commit | 450ead13e1064584da027d91192bd7bfb724640f (patch) | |
tree | a03d4555e38dc87a3c6256218793797324e690ec /include/vulkan/vulkan.hpp | |
parent | a3b683653e6a498514ef8a1865594810e91c594c (diff) | |
download | Vulkan-Headers-450ead13e1064584da027d91192bd7bfb724640f.tar.gz Vulkan-Headers-450ead13e1064584da027d91192bd7bfb724640f.zip |
Update for Vulkan-Docs 1.3.261v1.3.261
Diffstat (limited to 'include/vulkan/vulkan.hpp')
-rw-r--r-- | include/vulkan/vulkan.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.hpp b/include/vulkan/vulkan.hpp index 8f46fc8..0378930 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 == 260, "Wrong VK_HEADER_VERSION!" ); +static_assert( VK_HEADER_VERSION == 261, "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 |