Home | History | Annotate | Download | only in functional

Lines Matching refs:maxPatchVertices

2124 	glw::GLint				maxPatchVertices	= 0;
2126 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices);
2128 return maxPatchVertices;