| 48 | } |
| 49 | |
| 50 | void HnReadRprimIdTask::Sync(pxr::HdSceneDelegate* Delegate, |
| 51 | pxr::HdTaskContext* TaskCtx, |
| 52 | pxr::HdDirtyBits* DirtyBits) |
| 53 | { |
| 54 | if (*DirtyBits & pxr::HdChangeTracker::DirtyParams) |
| 55 | { |
| 56 | GetTaskParams(Delegate, m_Params); |
| 57 | } |
| 58 | |
| 59 | *DirtyBits = pxr::HdChangeTracker::Clean; |
| 60 | } |
| 61 | |
| 62 | void HnReadRprimIdTask::Prepare(pxr::HdTaskContext* TaskCtx, |
| 63 | pxr::HdRenderIndex* RenderIndex) |
nothing calls this directly
no outgoing calls
no test coverage detected