mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Replace tabs with spaces
This commit is contained in:
parent
6bdc8e1bf8
commit
39106c64bb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue