[][src]Type Definition glu_sys::glu::PFNGLCOMPRESSEDMULTITEXSUBIMAGE1DEXTPROC

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