logo
pub unsafe fn glCopyTexSubImage3D(
    target: u32,
    level: i32,
    xoffset: i32,
    yoffset: i32,
    zoffset: i32,
    x: i32,
    y: i32,
    width: i32,
    height: i32
)
Expand description

glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height) target group: TextureTarget level group: CheckedInt32 xoffset group: CheckedInt32 yoffset group: CheckedInt32 zoffset group: CheckedInt32 x group: WinCoord y group: WinCoord