Home | History | Annotate | Download | only in functional

Lines Matching defs:maxVertexAttribs

238 	int		maxVertexAttribs			= 0;
243 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
256 if (totalVertexAttribs > maxVertexAttribs)