You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fail when submit or sync called on main rendering device
Fail if submit or sync called multiple times in a row
This commit is contained in:
@@ -88,6 +88,9 @@ private:
|
||||
RenderingDeviceDriver *driver = nullptr;
|
||||
RenderingContextDriver::Device device;
|
||||
|
||||
bool local_device_processing = false;
|
||||
bool is_main_instance = false;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user