Function Gl.CopyTextureSubImage2D

Commands for GL_VERSION_4_5

void CopyTextureSubImage2D (
  uint texture,
  int level,
  int xoffset,
  int yoffset,
  int x,
  int y,
  int width,
  int height
) const;