commit | 2b7016ada75b7fdbe76c0a9c1b934b403944c607 | [log] [tgz] |
---|---|---|
author | Joakim Simonsson <joakim.simonsson@arm.com> | Fri Aug 06 15:33:47 2021 +0200 |
committer | Joakim Simonsson <joakim.simonsson@arm.com> | Tue Aug 10 15:38:42 2021 +0200 |
tree | 55478278f2a897d5cbf46b8459269e77edc051fa | |
parent | 635cbf34699f1fa0a6680990057899d4248a36f8 [diff] |
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.