Tao.OpenGl SDK Documentation

Gl.glDrawRangeElementsEXT Method (Int32, Int32, Int32, Int32, Int32, Object)

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

See Also

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