Tao.OpenGl SDK Documentation

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

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

See Also

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