Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderContext.h177 m_MaxLightSets(DEFAULT_MAX_LIGHT_SETS), in Builder()
190 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights()
217 int m_MaxLightSets; variable
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp111 description.lightSets = LightSetArray(m_MaxLightSets, allocator); in Create()