diff options
author | Fredrik Höglund <[email protected]> | 2013-11-05 19:34:16 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2013-11-07 16:20:45 +0100 |
commit | d2ac5d9a132cd6415607fc032613964689affcef (patch) | |
tree | 880fe73d26245ed3bbc99d65e557bc2b3b6d4d6b | |
parent | 193e8b4b93d1f77d7d55d5fafd0713f0d6d95667 (diff) |
mesa: Enable ARB_vertex_attrib_binding
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 48c4e9f1b01..0815eec8059 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -165,6 +165,7 @@ static const struct extension extension_table[] = { { "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(dummy_true), GL, 2006 }, + { "GL_ARB_vertex_attrib_binding", o(dummy_true), GL, 2012 }, { "GL_ARB_vertex_buffer_object", o(dummy_true), GLL, 2003 }, { "GL_ARB_vertex_program", o(ARB_vertex_program), GLL, 2002 }, { "GL_ARB_vertex_shader", o(ARB_vertex_shader), GL, 2002 }, |