mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[Windows] Offload RenderingDevice creation test to subprocess.
This commit is contained in:
parent
39c201ca58
commit
ab717497ef
11 changed files with 276 additions and 3 deletions
|
|
@ -252,6 +252,9 @@ 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;
|
||||
|
||||
HINSTANCE get_hinstance() { return hInstance; }
|
||||
OS_Windows(HINSTANCE _hInstance);
|
||||
~OS_Windows();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue