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

Method GetTaskId

Hydrogent/src/Tasks/HnTaskManager.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301pxr::SdfPath HnTaskManager::GetTaskId(const pxr::TfToken& TaskName) const
302{
303 return GetId().AppendChild(TaskName);
304}
305
306pxr::SdfPath HnTaskManager::GetRenderRprimsTaskId(const pxr::TfToken& MaterialTag, const HnRenderPassParams& RenderPassParams) const
307{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected