mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version
This commit is contained in:
parent
45b12edcbe
commit
3cb6f3bf21
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ static const struct {
|
|||
{ OFF, "GL_ARB_texture_non_power_of_two", F(ARB_texture_non_power_of_two)},
|
||||
{ OFF, "GL_ARB_texture_rectangle", F(NV_texture_rectangle) },
|
||||
{ ON, "GL_ARB_transpose_matrix", F(ARB_transpose_matrix) },
|
||||
{ OFF, "GL_ARB_vertex_array_bgra", F(EXT_vertex_array_bgra) },
|
||||
{ OFF, "GL_ARB_vertex_array_object", F(ARB_vertex_array_object) },
|
||||
{ ON, "GL_ARB_vertex_buffer_object", F(ARB_vertex_buffer_object) },
|
||||
{ OFF, "GL_ARB_vertex_program", F(ARB_vertex_program) },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue