Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void RenderState::SetColorTexture(ref_ptr<Texture> tex)
69
{
70
m_textures[kColorTextureName] = std::move(tex);
71
}
72
73
ref_ptr<Texture> RenderState::GetColorTexture() const
74
{
Callers
15
Render
Method · 0.80
CacheUserMarks
Function · 0.80
GenerateSelectionMarker
Method · 0.80
GenerateTrackSelectionMarker
Method · 0.80
GenerateSelectionGeometry
Method · 0.80
GenerateSegmentsGeometry
Method · 0.80
Draw
Method · 0.80
Arrow3d
Method · 0.80
DrawPathTextPlain
Method · 0.80
DrawPathTextOutlined
Method · 0.80
CacheRouteArrows
Method · 0.80
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected