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