Add support for OES_read_format. As soon as glext.h is updated with the

enums for this extension, the changes to gl.h can be removed.
This commit is contained in:
Ian Romanick
2004-10-16 01:16:54 +00:00
parent 83c74b7279
commit 33899b7c35
6 changed files with 63 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ static const struct {
{ ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) },
{ OFF, "GL_NV_vertex_program", F(NV_vertex_program) },
{ OFF, "GL_NV_vertex_program1_1", F(NV_vertex_program1_1) },
{ ON, "GL_OES_read_format", F(OES_read_format) },
{ OFF, "GL_SGI_color_matrix", F(SGI_color_matrix) },
{ OFF, "GL_SGI_color_table", F(SGI_color_table) },
{ OFF, "GL_SGI_texture_color_table", F(SGI_texture_color_table) },