You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
This commit is contained in:
@@ -69,6 +69,9 @@ class OS_LinuxBSD : public OS_Unix {
|
||||
|
||||
String get_systemd_os_release_info_value(const String &key) const;
|
||||
|
||||
Vector<String> lspci_device_filter(Vector<String> vendor_device_id_mapping, String class_suffix, String check_column, String whitelist) const;
|
||||
Vector<String> lspci_get_device_value(Vector<String> vendor_device_id_mapping, String check_column, String blacklist) const;
|
||||
|
||||
protected:
|
||||
virtual void initialize() override;
|
||||
virtual void finalize() override;
|
||||
@@ -82,6 +85,8 @@ public:
|
||||
virtual String get_distribution_name() const override;
|
||||
virtual String get_version() const override;
|
||||
|
||||
virtual Vector<String> get_video_adapter_driver_info() const override;
|
||||
|
||||
virtual MainLoop *get_main_loop() const override;
|
||||
|
||||
virtual uint64_t get_embedded_pck_offset() const override;
|
||||
|
||||
Reference in New Issue
Block a user