mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
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:
parent
069bdef621
commit
e295ee778b
1 changed files with 1 additions and 1 deletions
|
|
@ -2145,7 +2145,7 @@ functions = [
|
|||
"GetnUniformuiv",
|
||||
"GetnUniformuivARB",
|
||||
"GetObjectLabel",
|
||||
"GetObjectLabelEXT"
|
||||
"GetObjectLabelEXT",
|
||||
"GetObjectParameterfvARB",
|
||||
"GetObjectParameterivARB",
|
||||
"GetObjectPtrLabel",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue