You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Ability to create local RenderingDevice instances.
This commit is contained in:
@@ -1024,6 +1024,11 @@ public:
|
||||
|
||||
virtual uint32_t get_frame_delay() const = 0;
|
||||
|
||||
virtual void submit() = 0;
|
||||
virtual void sync() = 0;
|
||||
|
||||
virtual RenderingDevice *create_local_device() = 0;
|
||||
|
||||
static RenderingDevice *get_singleton();
|
||||
RenderingDevice();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user