mirror of https://github.com/PCSX2/pcsx2.git
3rdparty: Update VK memory allocator
Updates VK memory allocator to latest master commit.
This commit is contained in:
parent
1561e07ddf
commit
c555dbc3e8
File diff suppressed because it is too large
Load Diff
|
@ -235,6 +235,10 @@ VULKAN_DEVICE_ENTRY_POINT(vkGetImageMemoryRequirements2, true)
|
|||
VULKAN_DEVICE_ENTRY_POINT(vkBindBufferMemory2, true)
|
||||
VULKAN_DEVICE_ENTRY_POINT(vkBindImageMemory2, true)
|
||||
|
||||
// Vulkan 1.3 functions.
|
||||
VULKAN_DEVICE_ENTRY_POINT(vkGetDeviceBufferMemoryRequirements, false)
|
||||
VULKAN_DEVICE_ENTRY_POINT(vkGetDeviceImageMemoryRequirements, false)
|
||||
|
||||
#ifdef _WIN32
|
||||
VULKAN_DEVICE_ENTRY_POINT(vkAcquireFullScreenExclusiveModeEXT, false)
|
||||
VULKAN_DEVICE_ENTRY_POINT(vkReleaseFullScreenExclusiveModeEXT, false)
|
||||
|
|
Loading…
Reference in New Issue