| 62 | } |
| 63 | |
| 64 | void HnBeginMainPassTask::Prepare(pxr::HdTaskContext* TaskCtx, |
| 65 | pxr::HdRenderIndex* RenderIndex) |
| 66 | { |
| 67 | m_RenderIndex = RenderIndex; |
| 68 | } |
| 69 | |
| 70 | void HnBeginMainPassTask::Execute(pxr::HdTaskContext* TaskCtx) |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected