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

type PFNGLGETNSEPARABLEFILTERPROC = Option<unsafe extern "C" fn(target: GLenum, format: GLenum, type_: GLenum, rowBufSize: GLsizei, row: *mut c_void, columnBufSize: GLsizei, column: *mut c_void, span: *mut c_void)>;