Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneContext.cpp53 lights = LightArray(this->m_MaxLights, allocator); in Create()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h157 m_MaxLights(DEFAULT_MAX_LIGHTS), in Builder()
193 Builder& MaxLights(s32 max) { m_MaxLights = max; return *this; } in MaxLights()
231 s32 m_MaxLights; variable