Source position: ctgl.pas line 8557
type TglProgramUniformMatrix2fv = procedure(
program_: GLuint;
location: GLint;
count: GLsizei;
transpose: GLboolean;
value: PGLfloat
);