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

type PFNGLPROGRAMUNIFORM3IVPROC = Option<unsafe extern "C" fn(program: GLuint, location: GLint, count: GLsizei, value: *const GLint)>;