mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-10 11:47:23 +00:00
parent
6bb7c1d406
commit
1bba544cbe
|
@ -1652,7 +1652,7 @@
|
||||||
</param>
|
</param>
|
||||||
</function>
|
</function>
|
||||||
<!-- For backwards compatibility -->
|
<!-- For backwards compatibility -->
|
||||||
<function name="GetObjectLabel" extension="Core" obsolete="Use out overload instead">
|
<function name="GetObjectLabel" extension="Core">
|
||||||
<param name="length">
|
<param name="length">
|
||||||
<count>0</count>
|
<count>0</count>
|
||||||
</param>
|
</param>
|
||||||
|
@ -1821,7 +1821,7 @@
|
||||||
<count>0</count>
|
<count>0</count>
|
||||||
</param>
|
</param>
|
||||||
</function>
|
</function>
|
||||||
<function name="GetObjectLabel" extension="Core" obsolete="Use out overload instead">
|
<function name="GetObjectLabel" extension="Core">
|
||||||
<param name="length">
|
<param name="length">
|
||||||
<count>0</count>
|
<count>0</count>
|
||||||
</param>
|
</param>
|
||||||
|
@ -1956,7 +1956,7 @@
|
||||||
<type>ExtDirectStateAccess</type>
|
<type>ExtDirectStateAccess</type>
|
||||||
</param>
|
</param>
|
||||||
</function>
|
</function>
|
||||||
<function name="GetObjectLabel" extension="Ext" obsolete="Use out overload instead">
|
<function name="GetObjectLabel" extension="Ext">
|
||||||
<param name="length">
|
<param name="length">
|
||||||
<count>0</count>
|
<count>0</count>
|
||||||
</param>
|
</param>
|
||||||
|
@ -5793,7 +5793,7 @@
|
||||||
|
|
||||||
<!-- gles2 overloads for backwards compatibility (2.0 and 3.0) -->
|
<!-- gles2 overloads for backwards compatibility (2.0 and 3.0) -->
|
||||||
<overload name="gles2">
|
<overload name="gles2">
|
||||||
<function name="GetObjectLabel" obsolete="Use out overload instead">
|
<function name="GetObjectLabel">
|
||||||
<param name="length"><count>0</count></param>
|
<param name="length"><count>0</count></param>
|
||||||
</function>
|
</function>
|
||||||
<function name="GetObjectPtrLabel" obsolete="Use out overload instead">
|
<function name="GetObjectPtrLabel" obsolete="Use out overload instead">
|
||||||
|
|
Loading…
Reference in a new issue