Definition at line 33 of file descriptor_pool_vk.cc.
◆ BackgroundDescriptorPoolVK() [1/2]
◆ BackgroundDescriptorPoolVK() [2/2]
impeller::BackgroundDescriptorPoolVK::BackgroundDescriptorPoolVK |
( |
vk::UniqueDescriptorPool && |
pool, |
|
|
std::weak_ptr< DescriptorPoolRecyclerVK > |
recycler |
|
) |
| |
|
inlineexplicit |
Definition at line 37 of file descriptor_pool_vk.cc.
40 : pool_(std::move(pool)), recycler_(std::move(recycler)) {}
◆ ~BackgroundDescriptorPoolVK()
impeller::BackgroundDescriptorPoolVK::~BackgroundDescriptorPoolVK |
( |
| ) |
|
|
inline |
Definition at line 42 of file descriptor_pool_vk.cc.
43 auto const recycler = recycler_.lock();
53 recycler->Reclaim(std::move(pool_));
The documentation for this class was generated from the following file: