[][src]Function gl46::glCopyTextureSubImage3D

pub unsafe fn glCopyTextureSubImage3D(
    texture: GLuint,
    level: GLint,
    xoffset: GLint,
    yoffset: GLint,
    zoffset: GLint,
    x: GLint,
    y: GLint,
    width: GLsizei,
    height: GLsizei
)

glCopyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height)