Function Gl.CopyTexSubImage3D

Commands for GL_VERSION_1_2

void CopyTexSubImage3D (
  uint target,
  int level,
  int xoffset,
  int yoffset,
  int zoffset,
  int x,
  int y,
  int width,
  int height
) const;