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 |
◆ ~BackgroundDescriptorPoolVK()
impeller::BackgroundDescriptorPoolVK::~BackgroundDescriptorPoolVK |
( |
| ) |
|
|
inline |
Definition at line 42 of file descriptor_pool_vk.cc.
42 {
43 auto const recycler = recycler_.lock();
44
45
46
47
48
49 if (!recycler) {
50 return;
51 }
52
53 recycler->Reclaim(std::move(pool_));
54 }
The documentation for this class was generated from the following file: