Tao.OpenGl SDK Documentation

Gl.glVertexAttrib4f Method 

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

See Also

Gl Class | Tao.OpenGl Namespace