Update for Vulkan-Docs 1.3.268

This commit is contained in:
Jon Leech 2023-10-13 03:20:50 -07:00 committed by Jon Leech
parent 3fb9d9fde5
commit 07ff4233bc
7 changed files with 349 additions and 269 deletions

View file

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