Tao.OpenGl SDK Documentation

Gl.glDrawRangeElements Method (Int32, Int32, Int32, Int32, Int32, IntPtr)

[Visual Basic]
Overloads Public Shared Sub glDrawRangeElements( _
   ByVal mode As Integer, _
   ByVal start As Integer, _
   ByVal end As Integer, _
   ByVal count As Integer, _
   ByVal type As Integer, _
   ByVal indices As IntPtr _
)
[C#]
public static void glDrawRangeElements(
   int mode,
   int start,
   int end,
   int count,
   int type,
   IntPtr indices
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glDrawRangeElements Overload List