Tao.OpenGl SDK Documentation

Gl.glVertexAttrib3fNV Method 

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

See Also

Gl Class | Tao.OpenGl Namespace