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

type PFNGLMULTITEXIMAGE1DEXTPROC = Option<unsafe extern "C" fn(texunit: GLenum, target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, border: GLint, format: GLenum, type_: GLenum, pixels: *const c_void)>;