| 582 | } |
| 583 | |
| 584 | void HnTaskManager::EnableEnvironmentMap(bool Enable) |
| 585 | { |
| 586 | EnableTask(TaskUID_RenderEnvMap, Enable); |
| 587 | SuspendSuperSampling(); |
| 588 | } |
| 589 | |
| 590 | bool HnTaskManager::IsEnvironmentMapEnabled() const |
| 591 | { |
nothing calls this directly
no outgoing calls
no test coverage detected