Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetDepthStencilRef
Method
SetDepthStencilRef
libs/drape/framebuffer.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void Framebuffer::SetDepthStencilRef(ref_ptr<DepthStencil> depthStencilRef)
174
{
175
m_depthStencilRef = std::move(depthStencilRef);
176
}
177
178
void Framebuffer::ApplyOwnDepthStencil()
179
{
Callers
1
InitFramebuffer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected