Function Gl.TextureSubImage2D

Commands for GL_VERSION_4_5

void TextureSubImage2D (
  uint texture,
  int level,
  int xoffset,
  int yoffset,
  int width,
  int height,
  uint format,
  uint type,
  const(void)* pixels
) const;