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

Method RenderFrame

libs/drape_frontend/backend_renderer.cpp:736–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736void BackendRenderer::RenderFrame()
737{
738 CHECK(m_context != nullptr, ());
739 if (!m_context->Validate())
740 return;
741
742 ProcessSingleMessage();
743 m_context->CollectMemory();
744}
745
746void BackendRenderer::InitContextDependentResources()
747{

Callers

nothing calls this directly

Calls 2

ValidateMethod · 0.45
CollectMemoryMethod · 0.45

Tested by

no test coverage detected