Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneContext.cpp36 LightArray lights(allocator); in Create()
53 lights = LightArray(this->m_MaxLights, allocator); in Create()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneContext.h51 typedef ut::MoveArray<Light*> LightArray; typedef
508 LightArray::iterator GetLightsBegin() in GetLightsBegin()
517 LightArray::const_iterator GetLightsBegin() const in GetLightsBegin()
526 LightArray::iterator GetLightsEnd() in GetLightsEnd()
535 LightArray::const_iterator GetLightsEnd() const in GetLightsEnd()
1176 LightArray lights, in SceneContext()
1208 LightArray m_Lights;