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

Method SetColorTexture

libs/drape/render_state.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void RenderState::SetColorTexture(ref_ptr<Texture> tex)
69{
70 m_textures[kColorTextureName] = std::move(tex);
71}
72
73ref_ptr<Texture> RenderState::GetColorTexture() const
74{

Callers 15

RenderMethod · 0.80
CacheUserMarksFunction · 0.80
DrawMethod · 0.80
Arrow3dMethod · 0.80
DrawPathTextPlainMethod · 0.80
DrawPathTextOutlinedMethod · 0.80
CacheRouteArrowsMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected