Tao.OpenGl SDK Documentation

Gl.glVertexAttribI3iEXT Method 

[Visual Basic]
Public Shared Sub glVertexAttribI3iEXT( _
   ByVal index As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal z As Integer _
)
[C#]
public static void glVertexAttribI3iEXT(
   int index,
   int x,
   int y,
   int z
);

See Also

Gl Class | Tao.OpenGl Namespace