window

Undocumented in source.

Members

Classes

GLException
class GLException

Enums

WindowMode
enum WindowMode

Functions

createWindow
Window createWindow(string windowName, WindowMode windowMode, int width, int height)

Create a window, an OpenGL 3.x context, and set up some other common routines for error handling, window resizing, etc.

createWindowContext
Window createWindowContext(string windowName, WindowMode windowMode, int width, int height)

Create a window and an OpenGL context.

glfwErrorCallback
void glfwErrorCallback(int code, string msg)

Just emit errors to stderr on GLFW errors.

Meta