[][src]Function ogl33::CopyTexSubImage3D

pub unsafe fn CopyTexSubImage3D(
    target: GLenum,
    level: GLint,
    xoffset: GLint,
    yoffset: GLint,
    zoffset: GLint,
    x: GLint,
    y: GLint,
    width: GLsizei,
    height: GLsizei
)

See glCopyTexSubImage3D

Fallbacks: CopyTexSubImage3DEXT