mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Remove invalid outdated assert in vmaBeginDefragmentationPass
Closes #132
This commit is contained in:
parent
72983b0aa1
commit
650ebdf783
@ -18657,7 +18657,6 @@ VMA_CALL_PRE VkResult VMA_CALL_POST vmaBeginDefragmentationPass(
|
||||
{
|
||||
VMA_ASSERT(allocator);
|
||||
VMA_ASSERT(pInfo);
|
||||
VMA_HEAVY_ASSERT(VmaValidatePointerArray(pInfo->moveCount, pInfo->pMoves));
|
||||
|
||||
VMA_DEBUG_LOG("vmaBeginDefragmentationPass");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user