Tao.OpenGl SDK Documentation

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

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

See Also

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