Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
uint32_t Framebuffer::DepthStencil::GetDepthAttachmentId() const
52
{
53
ASSERT(m_texture != nullptr, ());
54
return m_texture->GetID();
55
}
56
57
uint32_t Framebuffer::DepthStencil::GetStencilAttachmentId() const
58
{
Callers
1
SetSize
Method · 0.80
Calls
2
ASSERT
Function · 0.85
GetID
Method · 0.45
Tested by
no test coverage detected