Searched defs:MaxVertexLights (Results 1 – 3 of 3) sorted by relevance
94 DynamicBuilder& MaxVertexLights(s32 maxVertexLights) in MaxVertexLights() function
196 …Builder& MaxVertexLights(int maxVertexLights) { m_MaxVertexLights = maxVertexLights; return *this;… in MaxVertexLights() function
199 Builder& MaxVertexLights(s32 max) { m_MaxVertexLights = max; return *this; } in MaxVertexLights() function