Tao.OpenGl SDK Documentation

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

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

See Also

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