Home
last modified time | relevance | path

Searched defs:MaxLights (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderContext.h183 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights() function
Dgfx_SceneContext.h193 Builder& MaxLights(s32 max) { m_MaxLights = max; return *this; } in MaxLights() function