Add ability to opt-out buffer swapping in VS::draw()
This commit is contained in:
@ -909,7 +909,7 @@ public:
|
||||
|
||||
/* EVENT QUEUING */
|
||||
|
||||
virtual void draw() = 0;
|
||||
virtual void draw(bool p_swap_buffers = true) = 0;
|
||||
virtual void sync() = 0;
|
||||
virtual bool has_changed() const = 0;
|
||||
virtual void init() = 0;
|
||||
|
||||
Reference in New Issue
Block a user