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

type PFNGLGETACTIVESUBROUTINENAMEPROC = Option<unsafe extern "C" fn(program: GLuint, shadertype: GLenum, index: GLuint, bufsize: GLsizei, length: *mut GLsizei, name: *mut GLchar)>;