| 287 | } |
| 288 | |
| 289 | void VulkanObjectManager::CollectDescriptorSetGroups(uint32_t inflightFrameIndex) |
| 290 | { |
| 291 | CHECK(std::this_thread::get_id() == m_renderers[ThreadType::Frontend], ()); |
| 292 | CollectDescriptorSetGroupsUnsafe(m_descriptorsToDestroy[inflightFrameIndex]); |
| 293 | } |
| 294 | |
| 295 | void VulkanObjectManager::CollectDescriptorSetGroupsUnsafe(DescriptorSetGroupArray & descriptors) |
| 296 | { |