Tao.OpenGl SDK Documentation

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

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

See Also

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