texSubImage2D

JS
1.1
abstract fun texSubImage2D(
    target: Int,
    level: Int,
    xoffset: Int,
    yoffset: Int,
    width: Int,
    height: Int,
    format: Int,
    type: Int,
    pixels: ArrayBufferView?)
abstract fun texSubImage2D(
    target: Int,
    level: Int,
    xoffset: Int,
    yoffset: Int,
    format: Int,
    type: Int,
    source: TexImageSource?)