You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Fail when submit or sync called on main rendering device
Fail if submit or sync called multiple times in a row
(cherry picked from commit b0e33aa00f)
This commit is contained in:
committed by
Rémi Verschelde
parent
6595395b8b
commit
5a33e45fed
@@ -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