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

Method Sync

Hydrogent/src/Tasks/HnReadRprimIdTask.cpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void 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
62void HnReadRprimIdTask::Prepare(pxr::HdTaskContext* TaskCtx,
63 pxr::HdRenderIndex* RenderIndex)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected