Tao.OpenGl SDK Documentation

Gl.glUniform1fvARB Method (Int32, Int32, Single[])

[Visual Basic]
Overloads Public Shared Sub glUniform1fvARB( _
   ByVal location As Integer, _
   ByVal count As Integer, _
   ByVal value As Single() _
)
[C#]
public static void glUniform1fvARB(
   int location,
   int count,
   float[] value
);

See Also

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