texSubImage2D

abstract fun texSubImage2D(    target: GLenum,     level: GLint,     xoffset: GLint,     yoffset: GLint,     width: GLsizei,     height: GLsizei,     format: GLenum,     type: GLenum,     pixels: ArrayBufferView<ArrayBufferLike>?)(source)

MDN Reference


abstract fun texSubImage2D(    target: GLenum,     level: GLint,     xoffset: GLint,     yoffset: GLint,     format: GLenum,     type: GLenum,     source: TexImageSource)(source)