Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderContext.h179 m_MaxLightSets(DEFAULT_MAX_LIGHT_SETS), in Builder()
192 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights()
219 int m_MaxLightSets; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp113 description.lightSets = LightSetArray(m_MaxLightSets, allocator); in Create()