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

Method GetTextureAllocator

libs/drape/texture_manager.cpp:634–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634ref_ptr<HWTextureAllocator> TextureManager::GetTextureAllocator() const
635{
636 return make_ref(m_textureAllocator);
637}
638} // namespace dp

Callers 1

RenderMethod · 0.80

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected