[][src]Type Definition makepad_glx_sys::PFNGLGETPROGRAMINFOLOGPROC

type PFNGLGETPROGRAMINFOLOGPROC = Option<unsafe extern "C" fn(program: GLuint, bufSize: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar)>;