| 251 | } |
| 252 | |
| 253 | void HnTaskManager::SetParameter(const pxr::SdfPath& TaskId, const TfToken& ValueKey, pxr::VtValue Value) |
| 254 | { |
| 255 | m_ParamsDelegate.SetParameter(TaskId, ValueKey, std::move(Value)); |
| 256 | } |
| 257 | |
| 258 | void HnTaskManager::CreateBeginFrameTask() |
| 259 | { |
no outgoing calls
no test coverage detected