mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Fix in VmaDefragmentationContext_T::CounterStatus
See #327. Code by @medranSolus.
This commit is contained in:
parent
e2f5eed2e2
commit
7e63caa879
@ -13371,6 +13371,8 @@ VmaDefragmentationContext_T::CounterStatus VmaDefragmentationContext_T::CheckCou
|
|||||||
else
|
else
|
||||||
return CounterStatus::End;
|
return CounterStatus::End;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
m_IgnoredAllocs = 0;
|
||||||
return CounterStatus::Pass;
|
return CounterStatus::Pass;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user