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