Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
675
ITextureView* PostFXContext::GetPreviousDepth() const
676
{
677
return m_Resources[RESOURCE_IDENTIFIER_PREVIOUS_DEPTH].GetTextureSRV();
678
}
679
680
} // namespace Diligent
Callers
3
ComputeTemporalAccumulation
Method · 0.80
ComputeTemporalAccumulation
Method · 0.80
ComputeTemporalAccumulation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected