Tao.OpenGl SDK Documentation

Gl.glUniformMatrix2fv Method (Int32, Int32, Int32, IntPtr)

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

See Also

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