Tao.OpenGl SDK Documentation

Gl.glIndexPointer Method (Int32, Int32, Object)

[Visual Basic]
Overloads Public Shared Sub glIndexPointer( _
   ByVal type As Integer, _
   ByVal stride As Integer, _
   ByVal pointer As Object _
)
[C#]
public static void glIndexPointer(
   int type,
   int stride,
   object pointer
);

See Also

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