Added fallback_to_opengl3

This commit is contained in:
SheepYhangCN
2024-09-18 19:10:59 +08:00
parent 84dcdde908
commit 3b839347df
7 changed files with 68 additions and 20 deletions

View File

@@ -1977,6 +1977,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
GLOBAL_DEF_RST("rendering/rendering_device/fallback_to_vulkan", true);
GLOBAL_DEF_RST("rendering/rendering_device/fallback_to_d3d12", true);
GLOBAL_DEF_RST("rendering/rendering_device/fallback_to_opengl3", true);
}
{