summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2022-11-09 09:56:14 +1100
committerMarge Bot <emma+marge@anholt.net>2022-11-10 01:07:45 +0000
commite295ee778bd6f136bdca67121f8b0fcb50b3e3d4 (patch)
tree8ac9d4677d8a8bbf100f7ee90347568d3349093d /src/mapi
parent069bdef621bb0d80c3ab09fea666f9916e417999 (diff)
mesa: fix typo from adding glGetObjectLabelEXT
Fixes: 675bcbb7a1c0 ("mesa: add EXT_debug_label support") Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19607>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/static_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
index 3241057d724..adddef3f3db 100644
--- a/src/mapi/glapi/gen/static_data.py
+++ b/src/mapi/glapi/gen/static_data.py
@@ -2145,7 +2145,7 @@ functions = [
"GetnUniformuiv",
"GetnUniformuivARB",
"GetObjectLabel",
- "GetObjectLabelEXT"
+ "GetObjectLabelEXT",
"GetObjectParameterfvARB",
"GetObjectParameterivARB",
"GetObjectPtrLabel",