Function CompressedTextureSubImage2D

Source
pub unsafe fn CompressedTextureSubImage2D(
    texture: u32,
    level: i32,
    xoffset: i32,
    yoffset: i32,
    width: i32,
    height: i32,
    format: u32,
    imageSize: i32,
    data: *const c_void,
)