MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / GetPreviousDepth

Method GetPreviousDepth

PostProcess/Common/src/PostFXContext.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675ITextureView* PostFXContext::GetPreviousDepth() const
676{
677 return m_Resources[RESOURCE_IDENTIFIER_PREVIOUS_DEPTH].GetTextureSRV();
678}
679
680} // namespace Diligent

Calls

no outgoing calls

Tested by

no test coverage detected