[][src]Type Definition sapp_linux::PFNGLTEXSUBIMAGE2DEXTPROC

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