summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSheepYhangCN <sheepyuhang@163.com>2024-09-18 19:10:59 +0800
committerSheepYhangCN <sheepyuhang@163.com>2024-09-20 06:10:05 +0800
commit3b839347df1714cab08d373a551da2602e1a7cdf (patch)
treeaca977225da363fb57d48e6bececcd001d5cf16d /main
parent84dcdde9088d512efebb0033fb881d8f7fd9c107 (diff)
downloadredot-engine-3b839347df1714cab08d373a551da2602e1a7cdf.tar.gz
Added fallback_to_opengl3
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index f1ee4bf2a6..fa50a3039f 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -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);
}
{