Merge pull request #174 from thefiddler/issue171

[GL] Added int overload to DrawElements for OpenGL4
This commit is contained in:
thefiddler 2014-09-02 13:02:01 +02:00
commit 77a78e5765

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>