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

Method CreateContext

libs/drape_frontend/base_renderer.cpp:134–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void BaseRenderer::CreateContext()
135{
136 OnContextCreate();
137
138 m_contextCounter++;
139 uint8_t constexpr kContextCount = 2;
140 if (m_contextCounter == kContextCount && m_onGraphicsContextInitialized)
141 m_onGraphicsContextInitialized();
142}
143
144void BaseRenderer::CheckRenderingEnabled()
145{

Callers 2

DoMethod · 0.45
DoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected