A major release with many compatibility-breaking changes.
This code is work in progress and subject to changes.
Notable new features:
VmaAllocation handle that you must retrieve from allocation functions and pass to deallocation functions next to normal VkBuffer and VkImage.VmaAllocationInfo structure that you can retrieve from VmaAllocation handle to access parameters of the allocation (like VkDeviceMemory and offset) instead of retrieving them directly from allocation functions.VMA_MEMORY_REQUIREMENT_PERSISTENT_MAP_BIT.VmaPool handle, VmaPoolCreateInfo structure, vmaCreatePool function.vmaDefragment and related structures.First public release.