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

Method InvalidateArrowTexture

libs/drape/texture_manager.cpp:435–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void TextureManager::InvalidateArrowTexture(ref_ptr<dp::GraphicsContext> context,
436 std::string const & texturePath /* = {} */,
437 bool useDefaultResourceFolder /* = false */)
438{
439 CHECK(m_isInitialized, ());
440 m_newArrowTexture = CreateArrowTexture(context, make_ref(m_textureAllocator), texturePath, useDefaultResourceFolder);
441}
442
443void TextureManager::ApplyInvalidatedStaticTextures()
444{

Callers 1

AcceptMessageMethod · 0.80

Calls 2

CreateArrowTextureFunction · 0.85
make_refFunction · 0.85

Tested by

no test coverage detected