Update for Vulkan-Docs 1.3.290

This commit is contained in:
Jon Leech 2024-07-12 00:05:22 -07:00 committed by Jon Leech
parent 78a92e2c7c
commit f41928bd4a
12 changed files with 409 additions and 142 deletions

View file

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