godot/platform/uwp
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
..
export Implement shader caching 2021-05-31 10:13:09 +02:00
app.cpp [UWP] Add missing get_scansym argument. 2021-05-22 16:39:31 +03:00
app.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
context_egl_uwp.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
context_egl_uwp.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
detect.py Allow to not optimize release build 2021-03-14 15:51:05 +01:00
joypad_uwp.cpp Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
joypad_uwp.h Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods 2021-05-07 14:00:50 -06:00
os_uwp.h Split OS::execute into two methods 2021-01-09 10:03:23 +00:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Fix UWP build after #45315 2021-05-11 14:14:48 +02:00