Searched defs:MaxLights (Results 1 – 2 of 2) sorted by relevance
192 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights() function
204 Builder& MaxLights(s32 max) { m_MaxLights = max; return *this; } in MaxLights() function