Tao.OpenGl SDK Documentation

Gl.glVertexAttribI2iEXT Method 

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

See Also

Gl Class | Tao.OpenGl Namespace