From e295ee778bd6f136bdca67121f8b0fcb50b3e3d4 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 9 Nov 2022 09:56:14 +1100 Subject: [PATCH] mesa: fix typo from adding glGetObjectLabelEXT Fixes: 675bcbb7a1c0 ("mesa: add EXT_debug_label support") Reviewed-by: Ian Romanick Part-of: --- src/mapi/glapi/gen/static_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 3241057..adddef3 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", -- 2.7.4