Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Fetch video adapter driver name and version from OS
This commit is contained in:
commit
5aadc618b6
11 changed files with 325 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ public:
|
|||
|
||||
int get_display_driver_id() const { return _display_driver_id; }
|
||||
|
||||
virtual Vector<String> get_video_adapter_driver_info() const = 0;
|
||||
|
||||
void print_error(const char *p_function, const char *p_file, int p_line, const char *p_code, const char *p_rationale, bool p_editor_notify = false, Logger::ErrorType p_type = Logger::ERR_ERROR);
|
||||
void print(const char *p_format, ...) _PRINTF_FORMAT_ATTRIBUTE_2_3;
|
||||
void print_rich(const char *p_format, ...) _PRINTF_FORMAT_ATTRIBUTE_2_3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue