vk-headers: Update subprojects/Vulkan-Headers to 1.2.180

This is needed for VK_NVX_binary_import and VK_NVX_image_view_handle.

Signed-off-by: Roshan Chaudhari <rochaudhari@nvidia.com>

Reviewed-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
This commit is contained in:
rochaudhari 2021-06-10 11:38:04 +05:30 committed by Hans-Kristian Arntzen
parent 3b1f34217c
commit ba997f0736
2 changed files with 12 additions and 1 deletions

View File

@ -42,9 +42,20 @@
#define WIDL_C_INLINE_WRAPPERS
#include <vkd3d_windows.h>
/* Vulkan headers include static const declarations. Enable static keyword for
* them.
*/
#ifdef __MINGW32__
# undef static
#endif
#define VK_USE_PLATFORM_WIN32_KHR
#include <vulkan/vulkan.h>
#ifdef __MINGW32__
# define static
#endif
#include <dxgi1_6.h>
/* We already included regular DXGI...

@ -1 +1 @@
Subproject commit fe9850767d00e46b230da6cfbc15eb86636017bd
Subproject commit 07c4a37bcf41ea50aef6e98236abdfe8089fb4c6