Tao.OpenGl SDK Documentation

Gl.glVertexAttrib1f Method 

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

See Also

Gl Class | Tao.OpenGl Namespace