mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 05:56:51 +00:00
Merge pull request #179 from thefiddler/issue152
[ES][GL] Fix GetObjectLabel marked obsolete
This commit is contained in:
commit
73fd8aca35
|
@ -1673,7 +1673,7 @@
|
|||
</param>
|
||||
</function>
|
||||
<!-- For backwards compatibility -->
|
||||
<function name="GetObjectLabel" extension="Core" obsolete="Use out overload instead">
|
||||
<function name="GetObjectLabel" extension="Core">
|
||||
<param name="length">
|
||||
<count>0</count>
|
||||
</param>
|
||||
|
@ -1842,7 +1842,7 @@
|
|||
<count>0</count>
|
||||
</param>
|
||||
</function>
|
||||
<function name="GetObjectLabel" extension="Core" obsolete="Use out overload instead">
|
||||
<function name="GetObjectLabel" extension="Core">
|
||||
<param name="length">
|
||||
<count>0</count>
|
||||
</param>
|
||||
|
@ -1977,7 +1977,7 @@
|
|||
<type>ExtDirectStateAccess</type>
|
||||
</param>
|
||||
</function>
|
||||
<function name="GetObjectLabel" extension="Ext" obsolete="Use out overload instead">
|
||||
<function name="GetObjectLabel" extension="Ext">
|
||||
<param name="length">
|
||||
<count>0</count>
|
||||
</param>
|
||||
|
@ -5553,7 +5553,7 @@
|
|||
|
||||
<!-- gles2 overloads for backwards compatibility (2.0 and 3.0) -->
|
||||
<overload name="gles2">
|
||||
<function name="GetObjectLabel" obsolete="Use out overload instead">
|
||||
<function name="GetObjectLabel">
|
||||
<param name="length"><count>0</count></param>
|
||||
</function>
|
||||
<function name="GetObjectPtrLabel" obsolete="Use out overload instead">
|
||||
|
|
Loading…
Reference in a new issue