| 76 | |
| 77 | |
| 78 | HnTaskManager::TaskParamsDelegate::ParamKey::ParamKey(const pxr::SdfPath& _Path, const pxr::TfToken& _ValueKey) : |
| 79 | Path{_Path}, |
| 80 | ValueKey{_ValueKey}, |
| 81 | Hash{ComputeHash(pxr::SdfPath::Hash{}(_Path), pxr::TfToken::HashFunctor{}(_ValueKey))} |
| 82 | {} |
| 83 | |
| 84 | HnTaskManager::TaskParamsDelegate::TaskParamsDelegate(pxr::HdRenderIndex& Index, |
| 85 | const pxr::SdfPath& Id) : |
nothing calls this directly
no outgoing calls
no test coverage detected