Definition at line 18 of file descriptor_pool_vk.cc.
◆ BackgroundDescriptorPoolVK() [1/2]
◆ BackgroundDescriptorPoolVK() [2/2]
| impeller::BackgroundDescriptorPoolVK::BackgroundDescriptorPoolVK |
( |
vk::UniqueDescriptorPool && |
pool, |
|
|
uint32_t |
allocated_capacity, |
|
|
std::weak_ptr< DescriptorPoolRecyclerVK > |
recycler |
|
) |
| |
|
inlineexplicit |
Definition at line 22 of file descriptor_pool_vk.cc.
26 : pool_(std::move(pool)),
27 allocated_capacity_(allocated_capacity),
28 recycler_(std::move(recycler)) {}
◆ ~BackgroundDescriptorPoolVK()
| impeller::BackgroundDescriptorPoolVK::~BackgroundDescriptorPoolVK |
( |
| ) |
|
|
inline |
Definition at line 30 of file descriptor_pool_vk.cc.
31 auto const recycler = recycler_.lock();
41 recycler->Reclaim(std::move(pool_), allocated_capacity_);
The documentation for this class was generated from the following file: