summaryrefslogtreecommitdiff
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 4cde9e544d5..0116ba47406 100644
--- a/src/mapi/glapi/gen/gles_api.py
+++ b/src/mapi/glapi/gen/gles_api.py
@@ -449,4 +449,6 @@ es2_api = es2_core + (
# GL_OES_get_program_binary
'GetProgramBinaryOES',
'ProgramBinaryOES',
+ # GL_NV_draw_buffers
+ 'DrawBuffersNV',
)