[][src]Type Definition raylib_sys::PFNGLTEXIMAGE2DPROC

type PFNGLTEXIMAGE2DPROC = Option<unsafe extern "C" fn(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type_: GLenum, pixels: *const c_void)>;