[][src]Type Definition sapp_linux::PFNGLCOMPRESSEDTEXTURESUBIMAGE2DEXTPROC

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