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

Method IsParallelSyncEnabled

Hydrogent/src/HnRenderDelegate.cpp:653–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653bool HnRenderDelegate::IsParallelSyncEnabled(pxr::TfToken primType) const
654{
655 return (primType == pxr::HdPrimTypeTokens->mesh ||
656 primType == pxr::HdPrimTypeTokens->material ||
657 primType == pxr::HdPrimTypeTokens->camera);
658}
659
660const pxr::SdfPath* HnRenderDelegate::GetRPrimId(Uint32 UID) const
661{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected