Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderContext.h170 m_MaxLightSets(DEFAULT_MAX_LIGHT_SETS), in Builder()
183 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights()
210 int m_MaxLightSets; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp104 description.lightSets = LightSetArray(m_MaxLightSets, allocator); in Create()