A unique command pool and zero or more recycled command buffers. More...
#include <command_pool_vk.h>
Public Attributes | |
vk::UniqueCommandPool | pool |
std::vector< vk::UniqueCommandBuffer > | buffers |
A unique command pool and zero or more recycled command buffers.
Definition at line 107 of file command_pool_vk.h.
std::vector<vk::UniqueCommandBuffer> impeller::CommandPoolRecyclerVK::RecycledData::buffers |
Definition at line 109 of file command_pool_vk.h.
vk::UniqueCommandPool impeller::CommandPoolRecyclerVK::RecycledData::pool |
Definition at line 108 of file command_pool_vk.h.
Referenced by impeller::CommandPoolRecyclerVK::Reclaim().