Merge pull request #75901 from reduz/refactor-node-processing

Refactor Node Processing to allow Scene Multithreading
This commit is contained in:
Rémi Verschelde 2023-05-10 12:46:44 +02:00
commit 5271186f2f
No known key found for this signature in database
GPG key ID: C3336907360768E1
18 changed files with 1155 additions and 186 deletions

View file

@ -924,6 +924,8 @@ public:
_ALWAYS_INLINE_ bool is_ref_counted() const { return type_is_reference; }
void cancel_free();
Object();
virtual ~Object();
};