Update Vulkan-Headers to v1.3.290 (#1918)

Co-authored-by: GitHub <noreply@github.com>
This commit is contained in:
github-actions[bot] 2024-07-15 12:43:47 +02:00 committed by GitHub
parent 096e555640
commit e3b0737d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 190d2cb24e90e5bf2bec0a75604a9b3586485b6d Subproject commit fc6c06ac529e4b4b6e34c17cc650a8f62dee2eb0

View File

@ -56,7 +56,7 @@ extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE h
# include <span> # include <span>
#endif #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 // <tuple> includes <sys/sysmacros.h> through some other header
// this results in major(x) being resolved to gnu_dev_major(x) // this results in major(x) being resolved to gnu_dev_major(x)