Function Gl.CopyImageSubData

Commands for GL_VERSION_4_3

void CopyImageSubData (
  uint srcName,
  uint srcTarget,
  int srcLevel,
  int srcX,
  int srcY,
  int srcZ,
  uint dstName,
  uint dstTarget,
  int dstLevel,
  int dstX,
  int dstY,
  int dstZ,
  int srcWidth,
  int srcHeight,
  int srcDepth
) const;