mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[Windows] Try reading GPU driver information directly from registry.
This commit is contained in:
parent
c81fd6c512
commit
9f8626ccaa
2 changed files with 94 additions and 11 deletions
|
|
@ -145,6 +145,9 @@ class OS_Windows : public OS {
|
|||
HashMap<String, int> encodings;
|
||||
void _init_encodings();
|
||||
|
||||
Vector<String> _get_video_adapter_driver_info_reg(const String &p_name) const;
|
||||
Vector<String> _get_video_adapter_driver_info_wmi(const String &p_name) const;
|
||||
|
||||
// functions used by main to initialize/deinitialize the OS
|
||||
protected:
|
||||
virtual void initialize() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue