mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 16:51:04 +00:00
[GL] Added int overload to DrawElements for OpenGL4
This commit is contained in:
parent
074a4ff807
commit
a37057233f
|
@ -1645,6 +1645,13 @@
|
|||
</replace>
|
||||
|
||||
<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">
|
||||
<param name="length">
|
||||
<count>0</count>
|
||||
|
|
Loading…
Reference in a new issue