Update for Vulkan-Docs 1.3.283

This commit is contained in:
Jon Leech 2024-04-18 23:53:01 -07:00 committed by Jon Leech
parent 1e7b8a6d03
commit eaa319dade
6 changed files with 269 additions and 101 deletions

View file

@ -56,7 +56,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
# include <span>
#endif
static_assert( VK_HEADER_VERSION == 282, "Wrong VK_HEADER_VERSION!" );
static_assert( VK_HEADER_VERSION == 283, "Wrong VK_HEADER_VERSION!" );
// <tuple> includes <sys/sysmacros.h> through some other header
// this results in major(x) being resolved to gnu_dev_major(x)