This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/video_core/renderer_vulkan
ReinUsesLisp 92050c4d86 vk_memory_manager: Fixup commit interval allocation
VKMemoryCommitImpl was using as the end of its interval "begin + end".
That ended up wasting memory.
2019-02-24 01:04:41 -03:00
..
declarations.h
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: Fixup commit interval allocation 2019-02-24 01:04:41 -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