copyTexSubImage2D

Declaration

void copyTexSubImage2D(
    GLenum target, 
    GLint level, 
    GLint xoffset, 
    GLint yoffset, 
    GLint x, 
    GLint y, 
    GLsizei width, 
    GLsizei height
);