| 47 | } |
| 48 | |
| 49 | void HnCopySelectionDepthTask::Sync(pxr::HdSceneDelegate* Delegate, |
| 50 | pxr::HdTaskContext* TaskCtx, |
| 51 | pxr::HdDirtyBits* DirtyBits) |
| 52 | { |
| 53 | *DirtyBits = pxr::HdChangeTracker::Clean; |
| 54 | } |
| 55 | |
| 56 | void HnCopySelectionDepthTask::Prepare(pxr::HdTaskContext* TaskCtx, |
| 57 | pxr::HdRenderIndex* RenderIndex) |
nothing calls this directly
no outgoing calls
no test coverage detected