clojure.gdx.lwjgl

display-mode

(display-mode monitor)(display-mode)

display-modes

(display-modes monitor)(display-modes)

The available display-modes of the primary or the given monitor.

monitors

(monitors)

The connected monitors.

primary-monitor

(primary-monitor)

the primary 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)

set-glfw-async!

(set-glfw-async!)

start-application!

(start-application! listener config)

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.