Add Metal support for macOS (arm64) and iOS
This commit is contained in:
parent
826de7976a
commit
2d0165574d
72 changed files with 67923 additions and 28 deletions
|
|
@ -5032,6 +5032,8 @@ String EditorNode::_get_system_info() const {
|
|||
driver_name = "Vulkan";
|
||||
} else if (driver_name.begins_with("opengl3")) {
|
||||
driver_name = "GLES3";
|
||||
} else if (driver_name == "metal") {
|
||||
driver_name = "Metal";
|
||||
}
|
||||
|
||||
// Join info.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue