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

Method SuspendSuperSampling

Hydrogent/src/Tasks/HnTaskManager.cpp:614–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void HnTaskManager::SuspendSuperSampling()
615{
616 if (HnPostProcessTask* Task = GetTask<HnPostProcessTask>(TaskUID{TaskUID_PostProcess}))
617 {
618 Task->SuspendSuperSampling();
619 }
620}
621
622} // namespace USD
623

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected