mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Merge pull request #91535 from BlueCube3310/betsy-bc6h
Add Betsy to speed up BC6 compression
This commit is contained in:
commit
4b8946102b
17 changed files with 1325 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue