Update Vulkan-Headers to v1.3.208

This commit is contained in:
asuessenbach
2022-03-16 12:19:09 +01:00
parent 20238138e7
commit dfffc95731
3 changed files with 54 additions and 13 deletions

View File

@@ -119,7 +119,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
# include <span>
#endif
static_assert( VK_HEADER_VERSION == 207, "Wrong VK_HEADER_VERSION!" );
static_assert( VK_HEADER_VERSION == 208, "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