[][src]Type Definition glu_sys::glu::PFNGLNAMEDPROGRAMLOCALPARAMETER4DEXTPROC

type PFNGLNAMEDPROGRAMLOCALPARAMETER4DEXTPROC = Option<unsafe extern "C" fn(program: GLuint, target: GLenum, index: GLuint, x: GLdouble, y: GLdouble, z: GLdouble, w: GLdouble)>;