suyu/src/video_core/renderer_vulkan
ReinUsesLisp b675c97cdd 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.
2019-02-19 03:42:28 -03:00
..
declarations.h renderer_vulkan: Add declarations file 2019-02-12 18:33:02 -03:00
vk_device.cpp vk_device: Abstract device handling into a class 2019-02-12 21:43:02 -03:00
vk_device.h vk_device: Abstract device handling into a class 2019-02-12 21:43:02 -03:00
vk_memory_manager.cpp vk_memory_manager: Implement memory manager 2019-02-19 03:42:28 -03:00
vk_memory_manager.h vk_memory_manager: Implement memory manager 2019-02-19 03:42:28 -03:00
vk_resource_manager.cpp vk_resource_manager: Implement a command buffer pool with VKFencedPool 2019-02-14 18:44:26 -03:00
vk_resource_manager.h vk_resource_manager: Implement a command buffer pool with VKFencedPool 2019-02-14 18:44:26 -03:00