Browse Source

gdextension: Sync with upstream commit 28a24639c3c6a95b5b9828f5f02bf0dc2f5ce54b (4.0-beta14)

Rémi Verschelde 2 years ago
parent
commit
1909113889
2 changed files with 1103 additions and 32 deletions
  1. 1101 30
      gdextension/extension_api.json
  2. 2 2
      gdextension/gdextension_interface.h

File diff suppressed because it is too large
+ 1101 - 30
gdextension/extension_api.json


+ 2 - 2
gdextension/gdextension_interface.h

@@ -520,8 +520,8 @@ typedef struct {
 
 	/*  WorkerThreadPool extra utilities */
 
-	int64_t (*worker_thread_pool_add_native_group_task)(GDExtensionObjectPtr p_instance, void (*p_func)(void *, uint32_t), void *p_userdata, int p_elements, int p_tasks, bool p_high_priority, GDExtensionConstStringPtr p_description);
-	int64_t (*worker_thread_pool_add_native_task)(GDExtensionObjectPtr p_instance, void (*p_func)(void *), void *p_userdata, bool p_high_priority, GDExtensionConstStringPtr p_description);
+	int64_t (*worker_thread_pool_add_native_group_task)(GDExtensionObjectPtr p_instance, void (*p_func)(void *, uint32_t), void *p_userdata, int p_elements, int p_tasks, GDExtensionBool p_high_priority, GDExtensionConstStringPtr p_description);
+	int64_t (*worker_thread_pool_add_native_task)(GDExtensionObjectPtr p_instance, void (*p_func)(void *), void *p_userdata, GDExtensionBool p_high_priority, GDExtensionConstStringPtr p_description);
 
 	/* Packed array functions */
 

Some files were not shown because too many files changed in this diff