You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Split dependency logic
Split FOG Split visibility notifier Final cleanup of storage classes
This commit is contained in:
@@ -524,8 +524,8 @@ public:
|
||||
#undef ServerName
|
||||
#undef server_name
|
||||
|
||||
#define ServerName RendererStorage
|
||||
#define server_name RSG::storage
|
||||
#define ServerName RendererFog
|
||||
#define server_name RSG::fog
|
||||
|
||||
FUNCRIDSPLIT(fog_volume)
|
||||
|
||||
@@ -535,6 +535,12 @@ public:
|
||||
|
||||
/* VISIBILITY_NOTIFIER */
|
||||
|
||||
#undef ServerName
|
||||
#undef server_name
|
||||
|
||||
#define ServerName RendererUtilities
|
||||
#define server_name RSG::utilities
|
||||
|
||||
FUNCRIDSPLIT(visibility_notifier)
|
||||
FUNC2(visibility_notifier_set_aabb, RID, const AABB &)
|
||||
FUNC3(visibility_notifier_set_callbacks, RID, const Callable &, const Callable &)
|
||||
|
||||
Reference in New Issue
Block a user