vk_memory_manager: Implement memory manager

A memory manager object handles the memory allocations for a device. It
allocates chunks of Vulkan memory objects and then suballocates.
This commit is contained in:
ReinUsesLisp
2019-02-19 00:46:06 -03:00
parent 8309bdf0ed
commit 6b8abec0d1
4 changed files with 343 additions and 1 deletions