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