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

Method FlushGeometry

libs/drape_frontend/backend_renderer.cpp:816–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816void BackendRenderer::FlushGeometry(TileKey const & key, dp::RenderState const & state,
817 drape_ptr<dp::RenderBucket> && buffer)
818{
819 CHECK(m_context != nullptr, ());
820 m_context->Flush();
821 m_commutator->PostMessage(ThreadsCommutator::RenderThread,
822 make_unique_dp<FlushRenderBucketMessage>(key, state, std::move(buffer)),
823 MessagePriority::Normal);
824}
825
826void BackendRenderer::FlushTransitRenderData(TransitRenderData && renderData)
827{

Callers

nothing calls this directly

Calls 2

FlushMethod · 0.45
PostMessageMethod · 0.45

Tested by

no test coverage detected