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

Method ResetTAA

Hydrogent/src/Tasks/HnTaskManager.cpp:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void HnTaskManager::ResetTAA()
607{
608 if (HnPostProcessTask* Task = GetTask<HnPostProcessTask>(TaskUID{TaskUID_PostProcess}))
609 {
610 Task->ResetTAA();
611 }
612}
613
614void HnTaskManager::SuspendSuperSampling()
615{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected