As I write OpenGL program using Opengl version 4.0 core profile, I find the GL_QUADS is deprecated. I have find a question and answer in deprecated functions, but where can I find a lists of deprecated enums in OpenGL 4.0?
As I write OpenGL program using Opengl version 4.0 core profile , I find
Share
On http://www.opengl.org/registry you can find enumext.spec file, that a text file containing the list of OpenGL enumerant symbols.
The enumerants marked in the categories VERSION__DEPRECATED (i.e. VERSION_1_1_DEPRECATED enum:)
you can find that list.