[][src]Type Definition makepad_glx_sys::PFNGLTEXTURESUBIMAGE2DPROC

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