summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_memory_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vk_memory_manager: Implement memory managerReinUsesLisp2019-02-191-0/+87
A memory manager object handles the memory allocations for a device. It allocates chunks of Vulkan memory objects and then suballocates.