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

Method UpdateGlyphTextures

libs/drape/texture_manager.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void TextureManager::UpdateGlyphTextures(ref_ptr<dp::GraphicsContext> context)
228{
229 std::lock_guard lock(m_glyphTexturesMutex);
230 for (auto & texture : m_glyphTextures)
231 texture->UpdateState(context);
232}
233
234ref_ptr<Texture> TextureManager::AllocateGlyphTexture()
235{

Callers

nothing calls this directly

Calls 1

UpdateStateMethod · 0.45

Tested by

no test coverage detected