From 992e545749be707a7d8690162eabf76f422589af Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 10 Jan 2022 18:13:43 +0100 Subject: [PATCH] Fixed bugs after merge --- include/vk_mem_alloc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index ea0ec3f..ac1701a 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -15377,6 +15377,8 @@ VMA_CALL_PRE void VMA_CALL_POST vmaGetPoolStats( VMA_DEBUG_GLOBAL_MUTEX_LOCK allocator->GetPoolStats(pool, pPoolStats); +} + VMA_CALL_PRE VkResult VMA_CALL_POST vmaCheckPoolCorruption(VmaAllocator allocator, VmaPool pool) { VMA_ASSERT(allocator && pool); @@ -15619,6 +15621,8 @@ VMA_CALL_PRE void VMA_CALL_POST vmaGetAllocationInfo( VMA_DEBUG_GLOBAL_MUTEX_LOCK allocator->GetAllocationInfo(allocation, pAllocationInfo); +} + VMA_CALL_PRE void VMA_CALL_POST vmaSetAllocationUserData( VmaAllocator allocator, VmaAllocation allocation,