[][src]Type Definition sapp_linux::PFNGLTEXTURESUBIMAGE1DPROC

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