Merge pull request #198 from danielkrupinski/master

Replace tabs with spaces
This commit is contained in:
Adam Sawicki 2021-09-30 14:36:57 +02:00 committed by GitHub
commit ed45770c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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