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

Method HnPostProcessTask

Hydrogent/src/Tasks/HnPostProcessTask.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{
61
62HnPostProcessTask::HnPostProcessTask(pxr::HdSceneDelegate* ParamsDelegate, const pxr::SdfPath& Id) :
63 HnTask{Id},
64 m_PostProcessTech{*this},
65 m_CopyFrameTech{*this}
66{
67}
68
69HnPostProcessTask::~HnPostProcessTask()
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected