mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-13 17:25:54 +00:00
* 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.