Update Vulkan-Headers to v1.3.268 (#1696) upstream upstream/1.3.268
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 16 Oct 2023 10:10:45 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 10:10:45 +0000 (12:10 +0200)
Co-authored-by: GitHub <noreply@github.com>
Vulkan-Headers
vulkan/vulkan.hpp

index bbe0f57..07ff423 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bbe0f575ebd6098369f0ac6c6a43532732ed0ba6
+Subproject commit 07ff4233bc69e573ae0a6b4b48ad16451ac4e37f
index 8ad5e56..6fb1cf0 100644 (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)