Vulkan Memory Allocator
Loading...
Searching...
No Matches
VmaBufferAllocator Struct Reference

Represent main object that can allocate parts of larger Vulkan buffers. More...

Detailed Description

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.


The documentation for this struct was generated from the following file: