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

Method GetTexturesToCleanup

libs/drape/texture_manager.cpp:452–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452std::vector<drape_ptr<HWTexture>> TextureManager::GetTexturesToCleanup()
453{
454 CHECK(m_isInitialized, ());
455
456 auto res = std::move(m_texturesToCleanup);
457 m_texturesToCleanup.clear();
458 return res;
459}
460
461bool TextureManager::GetSymbolRegionSafe(std::string const & symbolName, SymbolRegion & region)
462{

Callers 1

CleanupTexturesMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected