Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneContext.cpp39 LightArray lights(allocator); in Create()
57 lights = LightArray(this->m_MaxLights, allocator); in Create()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h57 typedef ut::MoveArray<Light*> LightArray; typedef
603 LightArray::iterator GetLightsBegin() in GetLightsBegin()
612 LightArray::const_iterator GetLightsBegin() const in GetLightsBegin()
621 LightArray::iterator GetLightsEnd() in GetLightsEnd()
630 LightArray::const_iterator GetLightsEnd() const in GetLightsEnd()
1272 LightArray lights, in SceneContext()
1306 LightArray m_Lights;