1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

[Linux/BSD] Offload RenderingDevice creation test to subprocess.

(cherry picked from commit 6ed12bfc5d)
This commit is contained in:
Pāvels Nadtočajevs
2025-03-04 10:39:04 +02:00
committed by Rémi Verschelde
parent f045c4c283
commit 14d7775217
11 changed files with 149 additions and 50 deletions

View File

@@ -138,6 +138,9 @@ public:
virtual String get_system_ca_certificates() override;
virtual bool _test_create_rendering_device_and_gl(const String &p_display_driver) const override;
virtual bool _test_create_rendering_device(const String &p_display_driver) const override;
OS_LinuxBSD();
~OS_LinuxBSD();
};