1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fetch video adapter driver name and version from OS on Linux/*BSD and Windows

This commit is contained in:
MJacred
2022-10-11 12:39:41 +02:00
parent 63c0dc690e
commit de768afbdc
11 changed files with 325 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ protected:
public:
OS_Unix();
virtual Vector<String> get_video_adapter_driver_info() const override;
virtual String get_stdin_string(bool p_block) override;
virtual Error get_entropy(uint8_t *r_buffer, int p_bytes) override; // Should return cryptographycally-safe random bytes.