Definition at line 21 of file command_pool_vk.cc.
◆ BackgroundCommandPoolVK() [1/2]
◆ BackgroundCommandPoolVK() [2/2]
| impeller::BackgroundCommandPoolVK::BackgroundCommandPoolVK |
( |
vk::UniqueCommandPool && |
pool, |
|
|
std::vector< vk::UniqueCommandBuffer > && |
buffers, |
|
|
std::weak_ptr< CommandPoolRecyclerVK > |
recycler |
|
) |
| |
|
inlineexplicit |
Definition at line 25 of file command_pool_vk.cc.
29 : pool_(std::move(pool)),
30 buffers_(std::move(buffers)),
31 recycler_(std::move(recycler)) {}
◆ ~BackgroundCommandPoolVK()
| impeller::BackgroundCommandPoolVK::~BackgroundCommandPoolVK |
( |
| ) |
|
|
inline |
Definition at line 33 of file command_pool_vk.cc.
34 auto const recycler = recycler_.lock();
44 recycler->Reclaim(std::move(pool_));
The documentation for this class was generated from the following file: