createWindow(w, h);
Create a GLFW window, if no window was created and a setup function was defined, a Warning is thrown
Arguments
w
Window widthh
Window heightbackground(r, g, b, a);
Clear a background with a color
Arguments
r
The red byteg
The green byteb
The blue bytea
The alpha byte