Merge pull request #75901 from reduz/refactor-node-processing
Refactor Node Processing to allow Scene Multithreading
This commit is contained in:
commit
5271186f2f
18 changed files with 1155 additions and 186 deletions
|
|
@ -924,6 +924,8 @@ public:
|
|||
|
||||
_ALWAYS_INLINE_ bool is_ref_counted() const { return type_is_reference; }
|
||||
|
||||
void cancel_free();
|
||||
|
||||
Object();
|
||||
virtual ~Object();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue