summaryrefslogtreecommitdiffhomepage
path: root/include/vulkan/vulkan.hpp
diff options
context:
space:
mode:
authorJon Leech <[email protected]>2021-11-09 00:29:42 -0800
committerJon Leech <[email protected]>2021-11-09 00:30:23 -0800
commit8c1c27d5a9b9de8a17f500053bd08c7ca6bba19c (patch)
tree74eb3c3620489e55d70034142ed57c349f4e574e /include/vulkan/vulkan.hpp
parent51a326d756d279652187d0e66433a7b10660f311 (diff)
downloadVulkan-Headers-8c1c27d5a9b9de8a17f500053bd08c7ca6bba19c.tar.gz
Vulkan-Headers-8c1c27d5a9b9de8a17f500053bd08c7ca6bba19c.zip
Update for Vulkan-Docs 1.2.198v1.2.198sdk-1.2.198.0sdk-1.2.198
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 2688e79..406253a 100644
--- a/include/vulkan/vulkan.hpp
+++ b/include/vulkan/vulkan.hpp
@@ -119,7 +119,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
# include <span>
#endif
-static_assert( VK_HEADER_VERSION == 197, "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 198, "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