diff options
author | Ian Romanick <[email protected]> | 2012-08-21 18:03:49 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-29 15:09:37 -0700 |
commit | 36ceabfb745f27bc5754ee2a9766945d1dd59551 (patch) | |
tree | c718c75da2d93fb12ec4bf8da4b0c19c67f862d0 /src/mapi/glapi/gen/gles_api.py | |
parent | 35cf6aeb8c26821e704db737b61cf2623b3e8f6b (diff) |
mesa/es: Enable GL_OES_vertex_array_object
Functionally the same as GL_ARB_vertex_array_object.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gles_api.py')
-rw-r--r-- | src/mapi/glapi/gen/gles_api.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gles_api.py b/src/mapi/glapi/gen/gles_api.py index 70ae2e300ea..8dfef655a8c 100644 --- a/src/mapi/glapi/gen/gles_api.py +++ b/src/mapi/glapi/gen/gles_api.py @@ -449,6 +449,11 @@ es2_api = es2_core + ( # GL_OES_get_program_binary 'GetProgramBinaryOES', 'ProgramBinaryOES', + # GL_OES_vertex_array_object + 'BindVertexArrayOES', + 'DeleteVertexArraysOES', + 'GenVertexArraysOES', + 'IsVertexArrayOES', # GL_NV_draw_buffers 'DrawBuffersNV', # GL_NV_read_buffer |