Removed non-existent token from OpenGL

COMPRESSED_ALPHA_BPTC_UNORM does not appear to be defined anywhere.
Removed.
This commit is contained in:
Stefanos A 2013-11-07 16:46:38 +01:00
parent be8f7c6311
commit 1f6d445021

View file

@ -3230,7 +3230,6 @@
<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_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>