mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Remove invalid outdated assert in vmaBeginDefragmentationPass
Closes #132
This commit is contained in:
parent
72983b0aa1
commit
650ebdf783
1 changed files with 0 additions and 1 deletions
|
@ -18657,7 +18657,6 @@ VMA_CALL_PRE VkResult VMA_CALL_POST vmaBeginDefragmentationPass(
|
||||||
{
|
{
|
||||||
VMA_ASSERT(allocator);
|
VMA_ASSERT(allocator);
|
||||||
VMA_ASSERT(pInfo);
|
VMA_ASSERT(pInfo);
|
||||||
VMA_HEAVY_ASSERT(VmaValidatePointerArray(pInfo->moveCount, pInfo->pMoves));
|
|
||||||
|
|
||||||
VMA_DEBUG_LOG("vmaBeginDefragmentationPass");
|
VMA_DEBUG_LOG("vmaBeginDefragmentationPass");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue