mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 07:38:19 -05:00
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:
@ -106,6 +106,8 @@ if (ENABLE_VULKAN)
|
||||
renderer_vulkan/declarations.h
|
||||
renderer_vulkan/vk_device.cpp
|
||||
renderer_vulkan/vk_device.h
|
||||
renderer_vulkan/vk_memory_manager.cpp
|
||||
renderer_vulkan/vk_memory_manager.h
|
||||
renderer_vulkan/vk_resource_manager.cpp
|
||||
renderer_vulkan/vk_resource_manager.h)
|
||||
|
||||
|
Reference in New Issue
Block a user