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:
parent
4bce08d497
commit
b675c97cdd
4 changed files with 343 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue