现代 Opengl 中已弃用的枚举列表?

too*_*inX 2 opengl enums deprecated

当我OpenGL使用编写程序时Opengl version 4.0 core profile,我发现GL_QUADS已弃用。我在已弃用的函数中找到了一个问题和答案,但在哪里可以找到 OpenGL 4.0 中已弃用的枚举列表?

Luc*_*uca 5

www.opengl.org/registry 上,您可以找到enumext.spec文件,这是一个包含 OpenGL 枚举符号列表的文本文件。

在类别 VERSION__DEPRECATED(即 VERSION_1_1_DEPRECATED 枚举:) 中标记的枚举您可以找到该列表。