mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 21:01:42 +00:00
[GL] Fixed COMPRESSED_SRGB_ALPHA_BPTC_UNORM token
This commit is contained in:
parent
7cd2f0b1e6
commit
d50bef3ba6
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue