mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
08f452d1a9
This adds a static is_viable() method to all rasterizers which has to be called before initializing the rasterizer. This allows us to check what rasterizer to use in OS::initialize together with the GL context initialization. This commit also adds a new project setting "rendering/quality/driver/driver_fallback" which allows the creator of a project to specify whether or not fallback to GLES2 is allowed. This setting is ignored for the editor so the editor will always open even if the project itself cannot run. This will hopefully reduce confusion for users downloading projects from the internet. We also no longer crash when GLES3 is not functioning on a platform. This fixes #15324 |
||
---|---|---|
.. | ||
tests | ||
app_icon.png | ||
default_controller_mappings.h | ||
gamecontrollerdb.txt | ||
gamecontrollerdb_204.txt | ||
gamecontrollerdb_205.txt | ||
godotcontrollerdb.txt | ||
input_default.cpp | ||
input_default.h | ||
main.cpp | ||
main.h | ||
main_builders.py | ||
performance.cpp | ||
performance.h | ||
SCsub | ||
splash.png | ||
splash_editor.png | ||
timer_sync.cpp | ||
timer_sync.h |