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
commit 5aadc618b6
11 changed files with 325 additions and 0 deletions

View file

@ -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;