Merge pull request #91535 from BlueCube3310/betsy-bc6h

Add Betsy to speed up BC6 compression
This commit is contained in:
Rémi Verschelde 2024-08-21 06:38:03 +02:00 committed by GitHub
commit 4b8946102b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1325 additions and 2 deletions

View file

@ -3526,6 +3526,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);