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

This commit is contained in:
Pāvels Nadtočajevs 2025-03-04 10:39:04 +02:00
parent 1753893c60
commit 6ed12bfc5d
11 changed files with 149 additions and 50 deletions

View file

@ -252,8 +252,8 @@ public:
void set_main_window(HWND p_main_window) { main_window = p_main_window; }
virtual bool _test_create_rendering_device_and_gl() const override;
virtual bool _test_create_rendering_device() const 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;
HINSTANCE get_hinstance() { return hInstance; }
OS_Windows(HINSTANCE _hInstance);