MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / Sync

Method Sync

Hydrogent/src/Tasks/HnCopySelectionDepthTask.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void HnCopySelectionDepthTask::Sync(pxr::HdSceneDelegate* Delegate,
50 pxr::HdTaskContext* TaskCtx,
51 pxr::HdDirtyBits* DirtyBits)
52{
53 *DirtyBits = pxr::HdChangeTracker::Clean;
54}
55
56void HnCopySelectionDepthTask::Prepare(pxr::HdTaskContext* TaskCtx,
57 pxr::HdRenderIndex* RenderIndex)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected