Replace tabs with spaces

This commit is contained in:
Daniel Krupiński 2021-09-30 14:34:47 +02:00
parent 6bdc8e1bf8
commit 39106c64bb

View File

@ -14336,7 +14336,7 @@ VmaAllocator_T::VmaAllocator_T(const VmaAllocatorCreateInfo* pCreateInfo) :
false, // linearAlgorithm false, // linearAlgorithm
0.5f, // priority (0.5 is the default per Vulkan spec) 0.5f, // priority (0.5 is the default per Vulkan spec)
GetMemoryTypeMinAlignment(memTypeIndex), // minAllocationAlignment GetMemoryTypeMinAlignment(memTypeIndex), // minAllocationAlignment
VMA_NULL); // // pMemoryAllocateNext VMA_NULL); // // pMemoryAllocateNext
// No need to call m_pBlockVectors[memTypeIndex][blockVectorTypeIndex]->CreateMinBlocks here, // No need to call m_pBlockVectors[memTypeIndex][blockVectorTypeIndex]->CreateMinBlocks here,
// becase minBlockCount is 0. // becase minBlockCount is 0.
} }