Minor fix after last commit.
This commit is contained in:
parent
213f2bc6a2
commit
54ef95b610
1 changed files with 0 additions and 1 deletions
|
@ -7276,7 +7276,6 @@ void VmaAllocator_T::CalculateStats(VmaStats* pStats)
|
||||||
// Process default pools.
|
// Process default pools.
|
||||||
for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex)
|
for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex)
|
||||||
{
|
{
|
||||||
//const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex);
|
|
||||||
VmaBlockVector* const pBlockVector = m_pBlockVectors[memTypeIndex];
|
VmaBlockVector* const pBlockVector = m_pBlockVectors[memTypeIndex];
|
||||||
VMA_ASSERT(pBlockVector);
|
VMA_ASSERT(pBlockVector);
|
||||||
pBlockVector->AddStats(pStats);
|
pBlockVector->AddStats(pStats);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue