godot/platform/uwp
Rémi Verschelde b0f782a0e3 Disable driver fallback to GLES2 by default
GLES2 is not designed to be a drop-in replacement for the GLES3 backend,
so the fallback mode has to be used knowingly. It *can* make sense for
simple projects which make sure to handle the differences between both
rendering backends, but most users should stick to one supported backend.

By making it opt-in, we can now use this parameter to define whether to
export ETC textures to Android and iOS when using GLES3 + Fallback.

When using GLES3 without Fallback on Android, set the proper min GLES
version in the AndroidManifest.

Also made the option boolean and renamed it for clarity and to avoid
conflict with the previous String option (which would always evaluate as
"true" otherwise).

Fixes #26569.
2019-03-05 16:36:46 +01:00
..
export Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
app.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
app.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
context_egl_uwp.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
context_egl_uwp.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
detect.py Fix compiling with use_mingw flag on Windows 2019-02-19 10:02:24 -03:00
joypad_uwp.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
joypad_uwp.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Disable driver fallback to GLES2 by default 2019-03-05 16:36:46 +01:00
os_uwp.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_uwp.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_uwp.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
SCsub Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
thread_uwp.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_uwp.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00