| 612 | } |
| 613 | |
| 614 | void HnTaskManager::SuspendSuperSampling() |
| 615 | { |
| 616 | if (HnPostProcessTask* Task = GetTask<HnPostProcessTask>(TaskUID{TaskUID_PostProcess})) |
| 617 | { |
| 618 | Task->SuspendSuperSampling(); |
| 619 | } |
| 620 | } |
| 621 | |
| 622 | } // namespace USD |
| 623 |
nothing calls this directly
no outgoing calls
no test coverage detected