diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2022-10-11 10:32:13 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2022-10-11 19:06:55 +0200 |
commit | f82deaa5b38db124ef8b2f395b54602e3ff8e4ce (patch) | |
tree | 1817c6561e879204d4c5b9259221620c90a6ee51 /platform/uwp | |
parent | e413d1c9c35bec80f7244772bd63a3269f56c5a2 (diff) |
Polish rendering driver refactor further (take 2)
Diffstat (limited to 'platform/uwp')
-rw-r--r-- | platform/uwp/os_uwp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/os_uwp.cpp b/platform/uwp/os_uwp.cpp index 8050d299f0..ad61053f4c 100644 --- a/platform/uwp/os_uwp.cpp +++ b/platform/uwp/os_uwp.cpp @@ -159,7 +159,7 @@ Error OS_UWP::initialize(const VideoMode &p_desired, int p_video_driver, int p_a outside = true; // FIXME: Hardcoded for now, add Vulkan support. - p_video_driver = VIDEO_DRIVER_OPENGL; + p_video_driver = RENDERING_DRIVER_OPENGL3; ContextEGL_UWP::Driver opengl_api_type = ContextEGL_UWP::GLES_2_0; bool gl_initialization_error = false; |