Tao.OpenGl SDK Documentation

Gl.glArrayObjectATI Method 

[Visual Basic]
Public Shared Sub glArrayObjectATI( _
   ByVal array As Integer, _
   ByVal size As Integer, _
   ByVal type As Integer, _
   ByVal stride As Integer, _
   ByVal buffer As Integer, _
   ByVal offset As Integer _
)
[C#]
public static void glArrayObjectATI(
   int array,
   int size,
   int type,
   int stride,
   int buffer,
   int offset
);

See Also

Gl Class | Tao.OpenGl Namespace