[][src]Type Definition makepad_glx_sys::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)>;