mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Fixed bugs after merge
This commit is contained in:
parent
a8581fc96c
commit
992e545749
@ -15377,6 +15377,8 @@ VMA_CALL_PRE void VMA_CALL_POST vmaGetPoolStats(
|
|||||||
VMA_DEBUG_GLOBAL_MUTEX_LOCK
|
VMA_DEBUG_GLOBAL_MUTEX_LOCK
|
||||||
|
|
||||||
allocator->GetPoolStats(pool, pPoolStats);
|
allocator->GetPoolStats(pool, pPoolStats);
|
||||||
|
}
|
||||||
|
|
||||||
VMA_CALL_PRE VkResult VMA_CALL_POST vmaCheckPoolCorruption(VmaAllocator allocator, VmaPool pool)
|
VMA_CALL_PRE VkResult VMA_CALL_POST vmaCheckPoolCorruption(VmaAllocator allocator, VmaPool pool)
|
||||||
{
|
{
|
||||||
VMA_ASSERT(allocator && pool);
|
VMA_ASSERT(allocator && pool);
|
||||||
@ -15619,6 +15621,8 @@ VMA_CALL_PRE void VMA_CALL_POST vmaGetAllocationInfo(
|
|||||||
VMA_DEBUG_GLOBAL_MUTEX_LOCK
|
VMA_DEBUG_GLOBAL_MUTEX_LOCK
|
||||||
|
|
||||||
allocator->GetAllocationInfo(allocation, pAllocationInfo);
|
allocator->GetAllocationInfo(allocation, pAllocationInfo);
|
||||||
|
}
|
||||||
|
|
||||||
VMA_CALL_PRE void VMA_CALL_POST vmaSetAllocationUserData(
|
VMA_CALL_PRE void VMA_CALL_POST vmaSetAllocationUserData(
|
||||||
VmaAllocator allocator,
|
VmaAllocator allocator,
|
||||||
VmaAllocation allocation,
|
VmaAllocation allocation,
|
||||||
|
Loading…
Reference in New Issue
Block a user