MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / ~HnTaskManager

Method ~HnTaskManager

Hydrogent/src/Tasks/HnTaskManager.cpp:225–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225HnTaskManager::~HnTaskManager()
226{
227 // Remove all tasks from the render index
228 for (const auto& it : m_TaskInfo)
229 {
230 m_RenderIndex.RemoveTask(it.second.Id);
231 }
232 m_TaskInfo.clear();
233}
234
235pxr::HdTaskSharedPtr HnTaskManager::GetTask(TaskUID UID) const
236{

Callers

nothing calls this directly

Calls 1

RemoveTaskMethod · 0.80

Tested by

no test coverage detected