MCPcopy 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
63ref_ptr<FramebufferTexture> Framebuffer::DepthStencil::GetTexture() const
64{
65 return make_ref(m_texture);
66}
67
68Framebuffer::Framebuffer() : m_colorFormat(TextureFormat::RGBA8)
69{

Callers 15

CacheUserMarksFunction · 0.45
DrawMethod · 0.45
DrawPathTextPlainMethod · 0.45
DrawPathTextOutlinedMethod · 0.45
GetMaskTextureMethod · 0.45
CacheRouteArrowsMethod · 0.45
DrawMethod · 0.45
SolidBatchFunction · 0.45

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected