[][src]Function gl46::glCopyTextureSubImage2D

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

glCopyTextureSubImage2D(texture, level, xoffset, yoffset, x, y, width, height)