improvements to generated export string (matches more closely to expected result)
This commit is contained in:
@@ -8,7 +8,7 @@ struct
|
||||
val _ = Glfw.init ()
|
||||
val _ = Glfw.windowHint (Glfw.CONTEXT_VERSION_MAJOR (), 3)
|
||||
val _ = Glfw.windowHint (Glfw.DEPRECATED (), Glfw.FALSE ())
|
||||
val _ = Glfw.windowHint (Glfw.SAMPLES (), 4)
|
||||
val _ = Glfw.windowHint (Glfw.SAMPLES (), 0)
|
||||
val window =
|
||||
Glfw.createWindow
|
||||
(Constants.windowWidth, Constants.windowHeight, "Dotscape")
|
||||
|
||||
Reference in New Issue
Block a user