[GL] Added int overload to DrawElements for OpenGL4

This commit is contained in:
thefiddler 2014-09-02 09:58:29 +02:00
parent 074a4ff807
commit a37057233f

View file

@ -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>