[][src]Type Definition makepad_glx_sys::PFNGLGETNSEPARABLEFILTERARBPROC

type PFNGLGETNSEPARABLEFILTERARBPROC = 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)>;