| 82 | {} |
| 83 | |
| 84 | HnTaskManager::TaskParamsDelegate::TaskParamsDelegate(pxr::HdRenderIndex& Index, |
| 85 | const pxr::SdfPath& Id) : |
| 86 | pxr::HdSceneDelegate{&Index, Id} |
| 87 | {} |
| 88 | |
| 89 | HnTaskManager::TaskParamsDelegate::~TaskParamsDelegate() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected