backport imgui goodies from gl02

This commit is contained in:
2022-01-24 22:40:53 +08:00
parent 74283d7147
commit 13649fad18
7 changed files with 425 additions and 106 deletions

View File

@@ -27,6 +27,7 @@ type Game struct {
fbSize itype.Vec2i
io imgui.IO
gui guiState
paused bool
}