MCPcopy 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
173void Framebuffer::SetDepthStencilRef(ref_ptr<DepthStencil> depthStencilRef)
174{
175 m_depthStencilRef = std::move(depthStencilRef);
176}
177
178void Framebuffer::ApplyOwnDepthStencil()
179{

Callers 1

InitFramebufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected