copyTexImage2D

abstract fun copyTexImage2D(target: Int, level: Int, internalFormat: Int, x: Int, y: Int, width: Int, height: Int, border: Int)
open fun copyTexImage2D(target: TextureTarget, level: Int, internalFormat: TextureFormat, x: Int, y: Int, width: Int, height: Int, border: Int)