Increase chunk limit for known problematic RID_Owners.
The default limit is fine for most RID_Owners but 3d instances, CanvasItems, and physics bodies need a higher limit. There is a small memory cost to increasing the limit, so it should only be done where needed.
This commit is contained in:
@@ -1031,7 +1031,7 @@ public:
|
||||
|
||||
uint32_t thread_cull_threshold = 200;
|
||||
|
||||
mutable RID_Owner<Instance, true> instance_owner;
|
||||
mutable RID_Owner<Instance, true> instance_owner{ 65536, 4194304 };
|
||||
|
||||
uint32_t geometry_instance_pair_mask = 0; // used in traditional forward, unnecessary on clustered
|
||||
|
||||
|
||||
Reference in New Issue
Block a user