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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit bbe0f575ebd6098369f0ac6c6a43532732ed0ba6
Subproject commit 07ff4233bc69e573ae0a6b4b48ad16451ac4e37f

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)