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

Method RecacheMapShapes

libs/drape_frontend/backend_renderer.cpp:794–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794void BackendRenderer::RecacheMapShapes()
795{
796 CHECK(m_context != nullptr, ());
797 auto msg =
798 make_unique_dp<MapShapesMessage>(make_unique_dp<MyPosition>(m_context, m_texMng),
799 make_unique_dp<SelectionShape>(m_context, m_texMng), m_arrow3dPreloadedData);
800 m_context->Flush();
801 m_commutator->PostMessage(ThreadsCommutator::RenderThread, std::move(msg), MessagePriority::Normal);
802}
803
804void BackendRenderer::CleanupTextures()
805{

Callers

nothing calls this directly

Calls 2

FlushMethod · 0.45
PostMessageMethod · 0.45

Tested by

no test coverage detected