mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa: set GL_ARB_uniform_buffer_object extension year to 2009
This commit is contained in:
parent
cb9f35d16f
commit
b73cf49c91
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ static const struct extension extension_table[] = {
|
|||
{ "GL_ARB_texture_swizzle", o(EXT_texture_swizzle), GL, 2008 },
|
||||
{ "GL_ARB_transform_feedback2", o(ARB_transform_feedback2), GL, 2010 },
|
||||
{ "GL_ARB_transpose_matrix", o(ARB_transpose_matrix), GL, 1999 },
|
||||
{ "GL_ARB_uniform_buffer_object", o(ARB_uniform_buffer_object), GL, 2002 },
|
||||
{ "GL_ARB_uniform_buffer_object", o(ARB_uniform_buffer_object), GL, 2009 },
|
||||
{ "GL_ARB_vertex_array_bgra", o(EXT_vertex_array_bgra), GL, 2008 },
|
||||
{ "GL_ARB_vertex_array_object", o(ARB_vertex_array_object), GL, 2006 },
|
||||
{ "GL_ARB_vertex_buffer_object", o(dummy_true), GL, 2003 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue