[][src]Type Definition makepad_glx_sys::PFNGLTEXSUBIMAGE1DEXTPROC

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