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>
This commit is contained in:
committed by
Marge Bot
parent
069bdef621
commit
e295ee778b
@@ -2145,7 +2145,7 @@ functions = [
|
||||
"GetnUniformuiv",
|
||||
"GetnUniformuivARB",
|
||||
"GetObjectLabel",
|
||||
"GetObjectLabelEXT"
|
||||
"GetObjectLabelEXT",
|
||||
"GetObjectParameterfvARB",
|
||||
"GetObjectParameterivARB",
|
||||
"GetObjectPtrLabel",
|
||||
|
||||
Reference in New Issue
Block a user