| 37 | { |
| 38 | |
| 39 | HnTask::HnTask(const pxr::SdfPath& Id) : |
| 40 | pxr::HdTask{Id} |
| 41 | { |
| 42 | } |
| 43 | |
| 44 | HnFrameRenderTargets* HnTask::GetFrameRenderTargets(pxr::HdTaskContext* TaskCtx) const |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected