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

type PFNGLPROGRAMBINARYPROC = Option<unsafe extern "C" fn(program: GLuint, binaryFormat: GLenum, binary: *const c_void, length: GLsizei)>;