dep: Update Vulkan headers

This commit is contained in:
Stenzek
2023-08-08 15:32:07 +10:00
parent 590baba2ef
commit c01f249e0f
30 changed files with 10997 additions and 1622 deletions

View File

@ -218,4 +218,8 @@ extern "C" {
#ifdef SUPPORTS_VULKAN_EXCLUSIVE_FULLSCREEN
#define vkAcquireFullScreenExclusiveModeEXT ds_vkAcquireFullScreenExclusiveModeEXT
#define vkReleaseFullScreenExclusiveModeEXT ds_vkReleaseFullScreenExclusiveModeEXT
#endif
#endif
// Vulkan 1.3 functions.
#define vkGetDeviceBufferMemoryRequirements ds_vkGetDeviceBufferMemoryRequirements
#define vkGetDeviceImageMemoryRequirements ds_vkGetDeviceImageMemoryRequirements