Create an OpenGL window.
This only creates a window, not a GL context. The caller has to do that.
Window width in pixels.
Window height in pixels. fullscreen) = If true, create a fullscreen window.
An SDL window. It's the caller's responsibility to destroy the window.
See Implementation
Create an OpenGL window.
This only creates a window, not a GL context. The caller has to do that.