Change group of 'format' parameter in glCompressed*TexSubImage* functions

The group of the 'format' parameter in the glCompressed*TexSubImage* functions
was set to PixelFormat. However, the correct group seems to be
InternalFormat, which is containing the valid values for that parameter.
1 file changed