[][src]Type Definition makepad_glx_sys::PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC

type PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC = Option<unsafe extern "C" fn(target: GLenum, level: GLint, xoffset: GLint, width: GLsizei, format: GLenum, imageSize: GLsizei, data: *const GLvoid)>;