Function Gl.CompressedTexSubImage3D

Commands for GL_VERSION_1_3

void CompressedTexSubImage3D (
  uint target,
  int level,
  int xoffset,
  int yoffset,
  int zoffset,
  int width,
  int height,
  int depth,
  uint format,
  int imageSize,
  const(void)* data
) const;