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

Method GetDrawContext

libs/drape/graphics_context_factory.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15GraphicsContext * ThreadSafeFactory::GetDrawContext()
16{
17 return CreateContext([this]() { return m_factory->GetDrawContext(); },
18 [this]() { return m_factory->IsUploadContextCreated(); });
19}
20
21GraphicsContext * ThreadSafeFactory::GetResourcesUploadContext()
22{

Callers 3

OnContextCreateMethod · 0.45
ReleaseResourcesMethod · 0.45
CheckRenderingEnabledMethod · 0.45

Calls 1

Tested by

no test coverage detected