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

type PFNGLSEPARABLEFILTER2DEXTPROC = Option<unsafe extern "C" fn(target: GLenum, internalformat: GLenum, width: GLsizei, height: GLsizei, format: GLenum, type_: GLenum, row: *const c_void, column: *const c_void)>;