Function Gl.TexSubImage3D

Commands for GL_VERSION_1_2

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