clojure.gdx.lwjgl
display-modes
(display-modes monitor)
(display-modes)
The available display-modes of the primary or the given monitor.
set-gl-debug-message-control
(set-gl-debug-message-control severity enabled?)
Enables or disables GL debug messages for the specified severity level. Returns false if the severity level could not be set (e.g. the NOTIFICATION level is not supported by the ARB and AMD extensions). See Lwjgl3ApplicationConfiguration.enableGLDebugOutput(boolean, PrintStream)
window
(window application listener config)
Creates a new Lwjgl3Window using the provided listener and Lwjgl3WindowConfiguration. This function only just instantiates a Lwjgl3Window and returns immediately. The actual window creation is postponed with Application.postRunnable(Runnable) until after all existing windows are updated.