Tao.OpenGl SDK Documentation

Gl.glVertexAttrib4fARB Method 

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

See Also

Gl Class | Tao.OpenGl Namespace