| 114 | } |
| 115 | |
| 116 | bool HnTaskManager::TaskParamsDelegate::IsEnabled(const pxr::TfToken& Option) const |
| 117 | { |
| 118 | return HdSceneDelegate::IsEnabled(Option); |
| 119 | } |
| 120 | |
| 121 | pxr::HdRenderBufferDescriptor HnTaskManager::TaskParamsDelegate::GetRenderBufferDescriptor(const pxr::SdfPath& Id) |
| 122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected