MCPcopy Create free account
hub / github.com/comaps/comaps / CollectDescriptorSetGroups

Method CollectDescriptorSetGroups

libs/drape/vulkan/vulkan_object_manager.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

BeginRenderingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected