MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / EnableEnvironmentMap

Method EnableEnvironmentMap

Hydrogent/src/Tasks/HnTaskManager.cpp:584–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void HnTaskManager::EnableEnvironmentMap(bool Enable)
585{
586 EnableTask(TaskUID_RenderEnvMap, Enable);
587 SuspendSuperSampling();
588}
589
590bool HnTaskManager::IsEnvironmentMapEnabled() const
591{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected