mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Use ETC2 compression for grayscale images
This commit is contained in:
parent
26b1fd0d84
commit
381d6348df
@ -40,7 +40,7 @@
|
||||
EtcpakType _determine_etc_type(Image::UsedChannels p_channels) {
|
||||
switch (p_channels) {
|
||||
case Image::USED_CHANNELS_L:
|
||||
return EtcpakType::ETCPAK_TYPE_ETC1;
|
||||
return EtcpakType::ETCPAK_TYPE_ETC2;
|
||||
case Image::USED_CHANNELS_LA:
|
||||
return EtcpakType::ETCPAK_TYPE_ETC2_ALPHA;
|
||||
case Image::USED_CHANNELS_R:
|
||||
|
Loading…
Reference in New Issue
Block a user