Let materials' shaders update happen on loader threads

This commit is contained in:
Pedro J. Estébanez
2024-05-06 19:40:00 +02:00
parent 7ebc866418
commit 187e5ef258
8 changed files with 35 additions and 119 deletions

View File

@ -98,8 +98,6 @@ private:
}
}
Error _transfer_messages_to_main_queue();
void _add_page();
void _call_function(const Callable &p_callable, const Variant *p_args, int p_argcount, bool p_show_error);