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

@ -658,6 +658,8 @@ static bool initialize(void) {
}
*/
ctx.render_double_buffered = true;
return true;
fail: