createWindow

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

Window
createWindow
(
string windowName
,,
int width = 1024
,
int height = 768
)

Meta