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