You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Use Callable in RS::request_frame_drawn_callback
This commit is contained in:
@@ -1435,10 +1435,10 @@ public:
|
||||
|
||||
virtual void free(RID p_rid) = 0; ///< free RIDs associated with the rendering server
|
||||
|
||||
virtual void request_frame_drawn_callback(Object *p_where, const StringName &p_method, const Variant &p_userdata) = 0;
|
||||
|
||||
/* EVENT QUEUING */
|
||||
|
||||
virtual void request_frame_drawn_callback(const Callable &p_callable) = 0;
|
||||
|
||||
virtual void draw(bool p_swap_buffers = true, double frame_step = 0.0) = 0;
|
||||
virtual void sync() = 0;
|
||||
virtual bool has_changed() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user