Moved overload to overrides.xml

Overloads for backwards compatibility should now be placed in an
<overload> element inside overrides.xml.
This commit is contained in:
Stefanos A 2013-11-05 09:44:20 +01:00
parent 2511cb1086
commit ad1755f58e

View file

@ -353,15 +353,6 @@ namespace OpenTK.Graphics.ES30
#endregion
#region DrawElements
public static void DrawElements(BeginMode mode, int count, DrawElementsType type, int offset)
{
DrawElements(mode, count, type, new IntPtr(offset));
}
#endregion
#region public static int GenTexture()
public static int GenTexture()