1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add Betsy to speed up BC6 compression

This commit is contained in:
BlueCube3310
2024-01-04 16:33:20 +01:00
parent 96be44c0ec
commit 394ea653aa
17 changed files with 1325 additions and 2 deletions

View File

@@ -3518,6 +3518,7 @@ void RenderingServer::init() {
// See `const bool can_s3tc_bptc` in the resource importer.
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/lossless_compression/force_png", false);