logo
pub unsafe fn glCompressedTexSubImage3D(
    target: u32,
    level: i32,
    xoffset: i32,
    yoffset: i32,
    zoffset: i32,
    width: i32,
    height: i32,
    depth: i32,
    format: u32,
    imageSize: i32,
    data: *const c_void
)
Expand description

glCompressedTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data) target group: TextureTarget level group: CheckedInt32 xoffset group: CheckedInt32 yoffset group: CheckedInt32 zoffset group: CheckedInt32 format group: PixelFormat data group: CompressedTextureARB data len: imageSize