mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 08:48:32 +00:00
Fix in VmaDefragmentationContext_T::CounterStatus
See #327. Code by @medranSolus.
This commit is contained in:
parent
e2f5eed2e2
commit
7e63caa879
1 changed files with 2 additions and 0 deletions
|
@ -13371,6 +13371,8 @@ VmaDefragmentationContext_T::CounterStatus VmaDefragmentationContext_T::CheckCou
|
|||
else
|
||||
return CounterStatus::End;
|
||||
}
|
||||
else
|
||||
m_IgnoredAllocs = 0;
|
||||
return CounterStatus::Pass;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue