Vulkan Memory Allocator
|
Represents custom memory pool. More...
#include <vk_mem_alloc.h>
Represents custom memory pool.
Fill structure VmaPoolCreateInfo and call function vmaCreatePool() to create it. Call function vmaDestroyPool() to destroy it.
For more information see Custom memory pools.