| 493 | } |
| 494 | |
| 495 | pxr::HdBprim* HnRenderDelegate::CreateFallbackBprim(pxr::TfToken const& typeId) |
| 496 | { |
| 497 | return nullptr; |
| 498 | } |
| 499 | |
| 500 | void HnRenderDelegate::DestroyBprim(pxr::HdBprim* BPrim) |
| 501 | { |
nothing calls this directly
no outgoing calls
no test coverage detected