Vulkan Memory Allocator
|
Deprecated. Optional configuration parameters to be passed to function vmaDefragment(). More...
#include <vk_mem_alloc.h>
Public Attributes | |
VkDeviceSize | maxBytesToMove |
Maximum total numbers of bytes that can be copied while moving allocations to different places. More... | |
uint32_t | maxAllocationsToMove |
Maximum number of allocations that can be moved to different place. More... | |
Deprecated. Optional configuration parameters to be passed to function vmaDefragment().
uint32_t VmaDefragmentationInfo::maxAllocationsToMove |
Maximum number of allocations that can be moved to different place.
Default is UINT32_MAX
, which means no limit.
VkDeviceSize VmaDefragmentationInfo::maxBytesToMove |
Maximum total numbers of bytes that can be copied while moving allocations to different places.
Default is VK_WHOLE_SIZE
, which means no limit.