mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Replace tabs with spaces
This commit is contained in:
parent
6bdc8e1bf8
commit
39106c64bb
@ -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…
Reference in New Issue
Block a user