mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Merge pull request #174 from thefiddler/issue171
[GL] Added int overload to DrawElements for OpenGL4
This commit is contained in:
commit
77a78e5765
|
@ -1645,6 +1645,13 @@
|
||||||
</replace>
|
</replace>
|
||||||
|
|
||||||
<overload name="glcore">
|
<overload name="glcore">
|
||||||
|
<!-- For symmetry with gl namespace (issue #171) -->
|
||||||
|
<function name="DrawElements" extension="Core">
|
||||||
|
<param name="indices">
|
||||||
|
<type>int</type>
|
||||||
|
</param>
|
||||||
|
</function>
|
||||||
|
<!-- For backwards compatibility -->
|
||||||
<function name="GetObjectLabel" extension="Core" obsolete="Use out overload instead">
|
<function name="GetObjectLabel" extension="Core" obsolete="Use out overload instead">
|
||||||
<param name="length">
|
<param name="length">
|
||||||
<count>0</count>
|
<count>0</count>
|
||||||
|
|
Loading…
Reference in a new issue