Files
redot-engine/editor
reduz 0d2e02945b Implement shader caching
* Shader compilation is now cached. Subsequent loads take less than a millisecond.
* Improved game, editor and project manager startup time.
* Editor uses .godot/shader_cache to store shaders.
* Game uses user://shader_cache
* Project manager uses $config_dir/shader_cache
* Options to tweak shader caching in project settings.
* Editor path configuration moved from EditorSettings to new class, EditorPaths, so it can be available early on (before shaders are compiled).
* Reworked ShaderCompilerRD to ensure deterministic shader code creation (else shader may change and cache will be invalidated).
* Added shader compression with SMOLV: https://github.com/aras-p/smol-v
2021-05-31 10:13:09 +02:00
..
2021-05-31 10:13:09 +02:00
2021-05-20 12:38:56 +02:00
2021-02-10 19:31:24 -03:00
2021-02-10 19:31:24 -03:00
2021-02-18 17:12:46 +01:00
2021-02-18 17:12:46 +01:00
2021-04-27 22:38:26 +02:00
2021-05-20 12:38:56 +02:00
2021-05-31 10:13:09 +02:00
2021-02-11 15:44:28 -03:00
2021-02-18 11:23:34 -03:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-03-22 12:16:40 -03:00
2021-04-27 22:38:26 +02:00
2021-04-27 22:38:26 +02:00
2021-04-30 17:38:02 -03:00
2021-04-30 17:38:02 -03:00