partial implementation of double buffered render
This commit is contained in:
@ -77,6 +77,7 @@ typedef struct EngineContext {
|
||||
bool window_size_has_changed;
|
||||
bool resync_flag;
|
||||
bool was_successful;
|
||||
bool render_double_buffered;
|
||||
} EngineContext;
|
||||
|
||||
/* TODO: does it need to be marked with TWN_API? */
|
||||
|
Reference in New Issue
Block a user