Gl_max_elements_vertices

Does anyone know why GL_MAX_ELEMENTS_VERTICES was removed in opengl es 1.1 & 2.0 :?:

It’s present in GL ES 1.0 : http://www.khronos.org/registry/gles/api/1.0/gl.h
But it seems to have disappeared from GL ES 1.1 & 2.0.
http://www.khronos.org/registry/gles/api/1.1/gl.h
http://www.khronos.org/registry/gles/api/2.0/gl2.h

It seems like as a performance hint it was just not deemed necessary and therefore removed.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.