mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Check if RD is supported in the ProjectManager and disable creating RD projects if not supported.
This commit is contained in:
parent
3978628c6c
commit
04d0e7f7a4
4 changed files with 75 additions and 3 deletions
|
@ -594,6 +594,8 @@ public:
|
|||
static Vector<String> get_create_function_rendering_drivers(int p_index);
|
||||
static DisplayServer *create(int p_index, const String &p_rendering_driver, WindowMode p_mode, VSyncMode p_vsync_mode, uint32_t p_flags, const Vector2i *p_position, const Vector2i &p_resolution, int p_screen, Context p_context, Error &r_error);
|
||||
|
||||
static bool can_create_rendering_device();
|
||||
|
||||
DisplayServer();
|
||||
~DisplayServer();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue