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

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