godot/platform/uwp
Hein-Pieter van Braam 08f452d1a9 Fall back to GLES2 if GLES3 is not working
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
2018-08-26 16:40:46 +02:00
..
export Fix file hints 2018-08-23 22:18:59 +02:00
app.cpp UWP: Add support for GLES2 driver 2018-07-12 16:21:35 -03:00
app.h Implement universal translation of touch to mouse 2018-04-30 19:03:38 +02:00
detect.py Tweak some help texts in the build system 2018-06-07 21:40:54 +02:00
gl_context_egl.cpp UWP: Add support for GLES2 driver 2018-07-12 16:21:35 -03:00
gl_context_egl.h UWP: Add support for GLES2 driver 2018-07-12 16:21:35 -03:00
joypad_uwp.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
joypad_uwp.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Fall back to GLES2 if GLES3 is not working 2018-08-26 16:40:46 +02:00
os_uwp.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
platform_config.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
power_uwp.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
power_uwp.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
SCsub Move windows networking class to drivers/windows/ 2017-12-15 18:25:29 +01:00
thread_uwp.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_uwp.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00