Home
last modified time | relevance | path

Searched refs:LightArray (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneContext.cpp36 LightArray lights(allocator); in Create()
53 lights = LightArray(this->m_MaxLights, allocator); in Create()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h51 typedef ut::MoveArray<Light*> LightArray; typedef
458 LightArray::iterator GetLightsBegin() in GetLightsBegin()
467 LightArray::const_iterator GetLightsBegin() const in GetLightsBegin()
476 LightArray::iterator GetLightsEnd() in GetLightsEnd()
485 LightArray::const_iterator GetLightsEnd() const in GetLightsEnd()
1000 LightArray lights, in SceneContext()
1032 LightArray m_Lights;