Function gles31::glTexSubImage3D

source ·
pub unsafe fn glTexSubImage3D(
    target: u32,
    level: i32,
    xoffset: i32,
    yoffset: i32,
    zoffset: i32,
    width: u32,
    height: u32,
    depth: u32,
    format: u32,
    type_: u32,
    pixels: *const c_void
)