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

Add autocompletion for RenderingServer's global shader & has_os_feature

This commit is contained in:
Micky
2024-01-04 19:28:27 +01:00
parent 179dfdc8d7
commit 472e3b3ad5
2 changed files with 23 additions and 0 deletions

View File

@@ -1639,6 +1639,10 @@ public:
virtual void call_on_render_thread(const Callable &p_callable) = 0;
#ifdef TOOLS_ENABLED
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
#endif
RenderingServer();
virtual ~RenderingServer();