Use ETC instead of ETC2 for all GLES2 demos

This commit is contained in:
Aaron Franke
2021-03-29 14:52:55 -04:00
parent d8dc94c1ff
commit 2ee9b47f6c
62 changed files with 126 additions and 9 deletions

View File

@@ -37,4 +37,6 @@ multithread/thread_rid_pool_prealloc=60
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_clear_color=Color( 0.145098, 0.145098, 0.164706, 1 )