Function Gl.TexSubImage2D

Commands for GL_VERSION_1_1

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