summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorJon Leech <[email protected]>2020-08-16 21:09:52 -0700
committerJon Leech <[email protected]>2020-08-16 21:10:56 -0700
commit99638d8d7fc64ae9c3fc6a396ec034abd40e675d (patch)
treef898433ec5ac193083cee270f0550dc0f3334f6a /include
parent6eaf979e736613c5642ddb8cf783e35500bd0f53 (diff)
downloadVulkan-Headers-99638d8d7fc64ae9c3fc6a396ec034abd40e675d.tar.gz
Vulkan-Headers-99638d8d7fc64ae9c3fc6a396ec034abd40e675d.zip
Update for Vulkan-Docs 1.2.151v1.2.151
Diffstat (limited to 'include')
-rw-r--r--include/vulkan/vulkan.hpp2
-rw-r--r--include/vulkan/vulkan_core.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan/vulkan.hpp b/include/vulkan/vulkan.hpp
index c9955e7..a905ff0 100644
--- a/include/vulkan/vulkan.hpp
+++ b/include/vulkan/vulkan.hpp
@@ -89,7 +89,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
#endif
-static_assert( VK_HEADER_VERSION == 150 , "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 151 , "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 85eef6e..435c7c7 100644
--- a/include/vulkan/vulkan_core.h
+++ b/include/vulkan/vulkan_core.h
@@ -43,7 +43,7 @@ extern "C" {
#define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)// Patch version should always be set to 0
// Version of this file
-#define VK_HEADER_VERSION 150
+#define VK_HEADER_VERSION 151
// Complete version of this file
#define VK_HEADER_VERSION_COMPLETE VK_MAKE_VERSION(1, 2, VK_HEADER_VERSION)