Tao.OpenGl SDK Documentation

Gl.glUniform1fv Method (Int32, Int32, IntPtr)

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

See Also

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