[][src]Type Definition makepad_glx_sys::PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC

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