Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetTexture
Method
GetTexture
libs/drape/framebuffer.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
ref_ptr<FramebufferTexture> Framebuffer::DepthStencil::GetTexture() const
64
{
65
return make_ref(m_texture);
66
}
67
68
Framebuffer::Framebuffer() : m_colorFormat(TextureFormat::RGBA8)
69
{
Callers
15
CacheUserMarks
Function · 0.45
GenerateSelectionMarker
Method · 0.45
GenerateTrackSelectionMarker
Method · 0.45
GenerateSelectionGeometry
Method · 0.45
GenerateSegmentsGeometry
Method · 0.45
Draw
Method · 0.45
DrawPathTextPlain
Method · 0.45
DrawPathTextOutlined
Method · 0.45
GetMaskTexture
Method · 0.45
CacheRouteArrows
Method · 0.45
Draw
Method · 0.45
SolidBatch
Function · 0.45
Calls
1
make_ref
Function · 0.85
Tested by
no test coverage detected