[][src]Type Definition raylib_sys::PFNGLTEXIMAGE1DPROC

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