ffi progress

This commit is contained in:
2026-01-23 09:47:27 +00:00
parent dee5e72f39
commit e7ab53310e
10 changed files with 199 additions and 103 deletions

View File

@@ -170,7 +170,8 @@ struct
val _ = Glfw.windowHint (Glfw.DEPRECATED (), Glfw.FALSE ())
val window = Glfw.createWindow (1920, 1080, "shf")
val _ = Glfw.makeContextCurrent window
val _ = Gles3.loadGlad ()
val _ = Glfw.loadGlad ()
val _ = Gles3.enableDepthTest ()
(* load file intol gap buffer and create initial app *)
val io = TextIO.openIn "temp.txt"