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

Method GetTask

Hydrogent/interface/Tasks/HnTaskManager.hpp:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367template <typename TaskType>
368TaskType* HnTaskManager::GetTask(TaskUID UID) const
369{
370 pxr::HdTaskSharedPtr Task = GetTask(UID);
371 return Task ? static_cast<TaskType*>(Task.get()) : nullptr;
372}
373
374template <typename TaskParamsType>
375bool HnTaskManager::SetTaskParams(const pxr::SdfPath& TaskId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected