Tao.OpenGl SDK Documentation

Gl.glVertexAttrib3fv Method (Int32, Single[])

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

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glVertexAttrib3fv Overload List