MCPcopy Create free account
hub / github.com/ImageEngine/cortex / getDepth

Method getDepth

src/IECoreGL/FrameBuffer.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153DepthTexturePtr FrameBuffer::getDepth()
154{
155 return m_depthAttachment;
156}
157
158ConstDepthTexturePtr FrameBuffer::getDepth() const
159{

Callers 2

displayMethod · 0.80
endIDRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected