Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneContext.cpp57 ambientLights = AmbientLightArray(this->m_MaxAmbientLights, allocator); in Create()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h161 m_MaxAmbientLights(DEFAULT_MAX_AMBIENT_LIGHTS), in Builder()
205 Builder& MaxAmbientLights(s32 max) { m_MaxAmbientLights = max; return *this; } in MaxAmbientLights()
235 s32 m_MaxAmbientLights; variable