| 651 | } |
| 652 | |
| 653 | bool 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 | |
| 660 | const pxr::SdfPath* HnRenderDelegate::GetRPrimId(Uint32 UID) const |
| 661 | { |
nothing calls this directly
no outgoing calls
no test coverage detected