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

type PFNGLGETSHADERSOURCEPROC = Option<unsafe extern "C" fn(shader: GLuint, bufSize: GLsizei, length: *mut GLsizei, source: *mut GLchar)>;