Function Gl.CompressedTexSubImage2D

Commands for GL_VERSION_1_3

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