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

Method SetRenderingEnabled

libs/drape_frontend/base_renderer.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void BaseRenderer::SetRenderingEnabled(ref_ptr<dp::GraphicsContextFactory> contextFactory)
72{
73 if (m_wasContextReset && contextFactory != nullptr)
74 m_contextFactory = contextFactory;
75 SetRenderingEnabled(true);
76}
77
78void BaseRenderer::SetRenderingDisabled(bool const destroySurface)
79{

Callers 1

CheckRenderingEnabledMethod · 0.45

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected