Type Definition PFNGLPROGRAMUNIFORM4I64ARBPROC
sapp_linux
type PFNGLPROGRAMUNIFORM4I64ARBPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, x: GLint64, y: GLint64, z: GLint64, w: GLint64)>;