mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Minor fix after last commit.
This commit is contained in:
parent
213f2bc6a2
commit
54ef95b610
@ -7276,7 +7276,6 @@ void VmaAllocator_T::CalculateStats(VmaStats* pStats)
|
||||
// Process default pools.
|
||||
for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex)
|
||||
{
|
||||
//const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex);
|
||||
VmaBlockVector* const pBlockVector = m_pBlockVectors[memTypeIndex];
|
||||
VMA_ASSERT(pBlockVector);
|
||||
pBlockVector->AddStats(pStats);
|
||||
|
Loading…
Reference in New Issue
Block a user