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

Method GetReprojectedDepth

PostProcess/Common/src/PostFXContext.cpp:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665ITextureView* PostFXContext::GetReprojectedDepth() const
666{
667 return m_Resources[RESOURCE_IDENTIFIER_REPROJECTED_DEPTH].GetTextureSRV();
668}
669
670ITextureView* PostFXContext::GetClosestMotionVectors() const
671{

Calls

no outgoing calls

Tested by

no test coverage detected