Vulkan Memory Allocator
|
Represent main object that can allocate parts of larger Vulkan buffers. More...
Represent main object that can allocate parts of larger Vulkan buffers.
To create one, fill in structure VmaBufferAllocatorCreateInfo and call vmaCreateBufferAllocator(). To destroy it, call vmaDestroyBufferAllocator(). For more information, see: Buffer suballocation.