Remove invalid outdated assert in vmaBeginDefragmentationPass

Closes #132
This commit is contained in:
Adam Sawicki 2020-05-25 17:17:11 +02:00
parent 72983b0aa1
commit 650ebdf783

View File

@ -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");