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

Method IsEnvironmentMapEnabled

Hydrogent/src/Tasks/HnTaskManager.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590bool HnTaskManager::IsEnvironmentMapEnabled() const
591{
592 return IsTaskEnabled(TaskUID_RenderEnvMap);
593}
594
595void HnTaskManager::EnableSelectedPrimBoundBox(bool Enable)
596{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected