You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Betsy: Add caching and BC1 compression support
This commit is contained in:
@@ -3528,6 +3528,7 @@ void RenderingServer::init() {
|
||||
GLOBAL_DEF_RST("rendering/textures/vram_compression/import_s3tc_bptc", false);
|
||||
GLOBAL_DEF_RST("rendering/textures/vram_compression/import_etc2_astc", false);
|
||||
GLOBAL_DEF("rendering/textures/vram_compression/compress_with_gpu", true);
|
||||
GLOBAL_DEF("rendering/textures/vram_compression/cache_gpu_compressor", true);
|
||||
|
||||
GLOBAL_DEF("rendering/textures/lossless_compression/force_png", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user