Vulkan Memory Allocator
|
Represents main object of this library initialized. More...
#include <vk_mem_alloc.h>
Represents main object of this library initialized.
Fill structure VmaAllocatorCreateInfo and call function vmaCreateAllocator() to create it. Call function vmaDestroyAllocator() to destroy it.
It is recommended to create just one object of this type per VkDevice
object, right after Vulkan is initialized and keep it alive until before Vulkan device is destroyed.