Searched refs:m_MaxVertexLights (Results 1 – 4 of 4) sorted by relevance
172 m_MaxVertexLights(LightSet::DEFAULT_MAX_VERTEX_LIGHTS), in Builder()189 …Builder& MaxVertexLights(int maxVertexLights) { m_MaxVertexLights = maxVertexLights; return *this;… in MaxVertexLights()212 int m_MaxVertexLights; variable
159 m_MaxVertexLights(DEFAULT_MAX_VERTEX_LIGHTS), in Builder()199 Builder& MaxVertexLights(s32 max) { m_MaxVertexLights = max; return *this; } in MaxVertexLights()233 s32 m_MaxVertexLights; variable
55 vertexLights = VertexLightArray(this->m_MaxVertexLights, allocator); in Create()
101 description.vertexLights = VertexLightArray(m_MaxVertexLights, allocator); in Create()