[][src]Type Definition sapp_linux::PFNGLTEXTURESUBIMAGE1DEXTPROC

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