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

Method GetStencilAttachmentId

libs/drape/framebuffer.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57uint32_t Framebuffer::DepthStencil::GetStencilAttachmentId() const
58{
59 ASSERT(m_stencilEnabled ? m_texture != nullptr : true, ());
60 return m_stencilEnabled ? m_texture->GetID() : 0;
61}
62
63ref_ptr<FramebufferTexture> Framebuffer::DepthStencil::GetTexture() const
64{

Callers 1

SetSizeMethod · 0.80

Calls 2

ASSERTFunction · 0.85
GetIDMethod · 0.45

Tested by

no test coverage detected