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

Method SetResourceInfo

libs/drape/texture_manager.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void TextureManager::BaseRegion::SetResourceInfo(ref_ptr<Texture::ResourceInfo> info)
125{
126 m_info = std::move(info);
127}
128
129void TextureManager::BaseRegion::SetTexture(ref_ptr<Texture> texture)
130{

Callers 2

GetRegionBaseMethod · 0.80
ShapeSingleTextLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected