Update Vulkan-Headers to v1.3.268 (#1696)

Co-authored-by: GitHub <noreply@github.com>
This commit is contained in:
github-actions[bot]
2023-10-16 12:10:45 +02:00
committed by GitHub
parent 2620a62641
commit d2134fefe2
2 changed files with 2 additions and 2 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)