mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 00:51:11 +00:00
Removed non-existent token from OpenGL
COMPRESSED_ALPHA_BPTC_UNORM does not appear to be defined anywhere. Removed.
This commit is contained in:
parent
be8f7c6311
commit
1f6d445021
|
@ -3230,7 +3230,6 @@
|
||||||
<use enum="VERSION_4_3" token="COMPRESSED_SIGNED_RG_RGTC2" />
|
<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_RGBA_BPTC_UNORM" />
|
||||||
<use enum="VERSION_4_4" token="COMPRESSED_SRGB_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_UNSIGNED_FLOAT" />
|
||||||
<use enum="VERSION_4_4" token="COMPRESSED_RGB_BPTC_SIGNED_FLOAT" />
|
<use enum="VERSION_4_4" token="COMPRESSED_RGB_BPTC_SIGNED_FLOAT" />
|
||||||
</enum>
|
</enum>
|
||||||
|
|
Loading…
Reference in a new issue