mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-21 17:31:17 +00:00
4e8f96ac3f
* On vulkan command pools aren't necessarily reset often or at all, individual command buffers are. So the chunk allocator needs to support freeing subsets of pages. When a command buffer ends we force that page to finish up and store a list of the pages the command buffer used, which can then be reset back when the command buffer is reset.