partial implementation of double buffered render

This commit is contained in:
2024-10-15 15:29:45 +03:00
parent 446402c2e0
commit 139394c6de
10 changed files with 294 additions and 96 deletions

View File

@ -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? */