You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
[X11] Add support for using EGL/GLES instead of GLX.
This commit is contained in:
@@ -4473,7 +4473,7 @@ String EditorNode::_get_system_info() const {
|
||||
}
|
||||
if (driver_name == "vulkan") {
|
||||
driver_name = "Vulkan";
|
||||
} else if (driver_name == "opengl3") {
|
||||
} else if (driver_name.begins_with("opengl3")) {
|
||||
driver_name = "GLES3";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user