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