mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 08:31:08 +00:00
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:
parent
2511cb1086
commit
ad1755f58e
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue