[][src]Type Definition raylib_sys::PFNGLBLENDFUNCPROC

type PFNGLBLENDFUNCPROC = Option<unsafe extern "C" fn(sfactor: GLenum, dfactor: GLenum)>;