mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 23:00:34 +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> (cherry picked from commite295ee778b)
This commit is contained in:
parent
dc7b34983e
commit
674e20d1d0
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2145,7 +2145,7 @@ functions = [
|
|||
"GetnUniformuiv",
|
||||
"GetnUniformuivARB",
|
||||
"GetObjectLabel",
|
||||
"GetObjectLabelEXT"
|
||||
"GetObjectLabelEXT",
|
||||
"GetObjectParameterfvARB",
|
||||
"GetObjectParameterivARB",
|
||||
"GetObjectPtrLabel",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue