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

Method UnregisterHandler

libs/drape/vulkan/vulkan_base_context.cpp:557–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void VulkanBaseContext::UnregisterHandler(uint32_t id)
558{
559 for (size_t i = 0; i < m_handlers.size(); ++i)
560 {
561 m_handlers[i].erase(std::remove_if(m_handlers[i].begin(), m_handlers[i].end(),
562 [id](std::pair<uint8_t, ContextHandler> const & p) { return p.first == id; }),
563 m_handlers[i].end());
564 }
565}
566
567void VulkanBaseContext::ResetPipelineCache()
568{

Callers 1

DestroyMethod · 0.80

Calls 4

sizeMethod · 0.45
eraseMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected