mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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