статистика времени кадра

This commit is contained in:
2026-03-01 17:19:52 +03:00
parent 8ca31bf479
commit 9fa13fa913
8 changed files with 98 additions and 29 deletions

View File

@@ -30,6 +30,5 @@ pub fn guiFrame(ctx: *WindowContext) bool {
}
root.deinit();
ctx.frame_index += 1;
return true;
}