[][src]Type Definition makepad_glx_sys::PFNGLGETPROGRAMBINARYPROC

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