mesa: fix typo from adding glGetObjectLabelEXT

Fixes: 	675bcbb7a1 ("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>
(cherry picked from commit e295ee778b)
This commit is contained in:
Timothy Arceri 2022-11-09 09:56:14 +11:00 committed by Eric Engestrom
parent dc7b34983e
commit 674e20d1d0
2 changed files with 2 additions and 2 deletions

View file

@ -3838,7 +3838,7 @@
"description": "mesa: fix typo from adding glGetObjectLabelEXT",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "675bcbb7a1c0111dc907f189b4a2de18397e6f23"
},

View file

@ -2145,7 +2145,7 @@ functions = [
"GetnUniformuiv",
"GetnUniformuivARB",
"GetObjectLabel",
"GetObjectLabelEXT"
"GetObjectLabelEXT",
"GetObjectParameterfvARB",
"GetObjectParameterivARB",
"GetObjectPtrLabel",