aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/vulkan/vulkan.hpp
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/vulkan/vulkan.hpp
parent6eaf979e736613c5642ddb8cf783e35500bd0f53 (diff)
downloadVulkan-Headers-99638d8d7fc64ae9c3fc6a396ec034abd40e675d.tar.gz
Vulkan-Headers-99638d8d7fc64ae9c3fc6a396ec034abd40e675d.zip
Update for Vulkan-Docs 1.2.151v1.2.151
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 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