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

type PFNGLGETACTIVEUNIFORMARBPROC = Option<unsafe extern "C" fn(programObj: GLhandleARB, index: GLuint, maxLength: GLsizei, length: *mut GLsizei, size: *mut GLint, type_: *mut GLenum, name: *mut GLcharARB)>;