| 14394 | } |
| 14395 | |
| 14396 | void VmaAllocator_T::CalculatePoolStatistics(VmaPool pool, VmaDetailedStatistics* pPoolStats) |
| 14397 | { |
| 14398 | VmaClearDetailedStatistics(*pPoolStats); |
| 14399 | pool->m_BlockVector.AddDetailedStatistics(*pPoolStats); |
| 14400 | pool->m_DedicatedAllocations.AddDetailedStatistics(*pPoolStats); |
| 14401 | } |
| 14402 | |
| 14403 | void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) |
| 14404 | { |
nothing calls this directly
no test coverage detected