summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gles_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/glapi/gen/gles_api.py')
-rw-r--r--src/mapi/glapi/gen/gles_api.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gles_api.py b/src/mapi/glapi/gen/gles_api.py
index 0116ba47406..70ae2e300ea 100644
--- a/src/mapi/glapi/gen/gles_api.py
+++ b/src/mapi/glapi/gen/gles_api.py
@@ -451,4 +451,6 @@ es2_api = es2_core + (
'ProgramBinaryOES',
# GL_NV_draw_buffers
'DrawBuffersNV',
+ # GL_NV_read_buffer
+ 'ReadBufferNV',
)