1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo

Fetch video adapter driver name and version from OS
This commit is contained in:
Rémi Verschelde
2022-10-11 13:59:53 +02:00
11 changed files with 325 additions and 0 deletions

View File

@@ -196,6 +196,8 @@ public:
Vector<String> get_cmdline_args();
Vector<String> get_cmdline_user_args();
Vector<String> get_video_adapter_driver_info() const;
String get_locale() const;
String get_locale_language() const;