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

Method EnableTask

Hydrogent/src/Tasks/HnTaskManager.cpp:488–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void HnTaskManager::EnableTask(TaskUID UID, bool Enable)
489{
490 auto it = m_TaskInfo.find(UID);
491 if (it == m_TaskInfo.end())
492 return;
493
494 it->second.Enabled = Enable;
495}
496
497bool HnTaskManager::IsTaskEnabled(TaskUID UID) const
498{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected