[GL] Fixed COMPRESSED_SRGB_ALPHA_BPTC_UNORM token

This commit is contained in:
thefiddler 2014-08-14 08:29:53 +02:00
parent 7cd2f0b1e6
commit d50bef3ba6

View file

@ -4092,7 +4092,7 @@
<use enum="VERSION_4_3" token="COMPRESSED_SIGNED_RED_RGTC1" />
<use enum="VERSION_4_3" token="COMPRESSED_SIGNED_RG_RGTC2" />
<use enum="VERSION_4_4" token="COMPRESSED_RGBA_BPTC_UNORM" />
<use enum="VERSION_4_4" token="COMPRESSED_SRGB_BPTC_UNORM" />
<use enum="VERSION_4_4" token="COMPRESSED_SRGB_ALPHA_BPTC_UNORM" />
<use enum="VERSION_4_4" token="COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT" />
<use enum="VERSION_4_4" token="COMPRESSED_RGB_BPTC_SIGNED_FLOAT" />
</enum>