texSubImage2D

abstract fun texSubImage2D(target: Int, level: Int, xOffset: Int, yOffset: Int, width: Int, height: Int, format: Int, type: Int, source: ByteBuffer)
open fun texSubImage2D(target: TextureTarget, level: Int, xOffset: Int, yOffset: Int, width: Int, height: Int, format: TextureFormat, type: DataType, source: ByteBuffer)