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

Method SetCurrentInflightFrameIndex

libs/drape/vulkan/vulkan_object_manager.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void VulkanObjectManager::SetCurrentInflightFrameIndex(uint32_t index)
82{
83 CHECK(std::this_thread::get_id() == m_renderers[ThreadType::Frontend], ());
84 CHECK_LESS(m_currentInflightFrameIndex, kMaxInflightFrames, ());
85 m_currentInflightFrameIndex = index;
86}
87
88VulkanObject VulkanObjectManager::CreateBuffer(VulkanMemoryManager::ResourceType resourceType, uint32_t sizeInBytes,
89 uint64_t batcherHash)

Callers 1

BeginRenderingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected