aboutsummaryrefslogtreecommitdiff
path: root/examples/pugl_window_demo.c
AgeCommit message (Collapse)Author
2020-03-13Strengthen warningsDavid Robillard
2020-03-09Window Demo: Fix updating when not runnning continuouslyDavid Robillard
2020-03-09Cleanup: Remove unnecessary includesDavid Robillard
Apparently glxext.h is always included in glx.h on modern systems. The window demo does not actually use any GL functions directly since they are all factored out.
2020-03-08Add vsync command line options to demosDavid Robillard
2020-03-08Add multiple window exampleDavid Robillard