Files
godot/modules
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-25 11:54:28 +01:00
2021-02-18 17:12:46 +01:00
2021-02-11 15:44:28 -03:00
2021-05-20 12:38:56 +02:00
2021-05-25 11:54:28 +01:00
2021-05-31 10:13:09 +02:00
2021-01-01 20:19:21 +01:00
2021-05-25 11:54:28 +01:00
2021-05-31 10:13:09 +02:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-05-25 11:54:28 +01:00
2021-05-25 11:54:28 +01:00
2021-03-16 10:54:38 +01:00
2021-01-01 20:19:21 +01:00
2021-05-25 11:54:28 +01:00
2021-05-25 11:54:28 +01:00
2021-05-20 12:38:56 +02:00
2021-05-20 12:38:56 +02:00