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

Method GetDepthAttachmentId

libs/drape/framebuffer.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51uint32_t Framebuffer::DepthStencil::GetDepthAttachmentId() const
52{
53 ASSERT(m_texture != nullptr, ());
54 return m_texture->GetID();
55}
56
57uint32_t Framebuffer::DepthStencil::GetStencilAttachmentId() const
58{

Callers 1

SetSizeMethod · 0.80

Calls 2

ASSERTFunction · 0.85
GetIDMethod · 0.45

Tested by

no test coverage detected