Skip to content

Commit

Permalink
[GL] Added int overload to DrawElements for OpenGL4
Browse files Browse the repository at this point in the history
  • Loading branch information
thefiddler committed Sep 2, 2014
1 parent 074a4ff commit a370572
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/Bind/Specifications/GL2/overrides.xml
Expand Up @@ -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>
Expand Down

0 comments on commit a370572

Please sign in to comment.