progrfess scaffolding rgfw (next: consume events and add callbacks for events)

This commit is contained in:
2026-01-23 10:55:43 +00:00
parent df20641af1
commit b4573441fb
6 changed files with 36 additions and 31 deletions

View File

@@ -7,6 +7,9 @@ struct
let
val _ = Gles3.clearColor (0.89, 0.89, 0.89, 1.0)
val _ = Gles3.clear ()
val app = Updater.update app
val () = Rgfw.swapBuffers window
in
loop (window, app)