aboutsummaryrefslogtreecommitdiff
path: root/examples/pugl_shader_demo.c
AgeCommit message (Collapse)Author
2020-10-04Use refresh rate to better drive example event loopDavid Robillard
2020-10-04Print all view hints in shader demo and hint testsDavid Robillard
2020-07-05Improve struct packingDavid Robillard
Unfortunately there is no warning like Wpadded but only for internal padding, so that can't be turned on, but if there was, after this commit the build would be clean with it. Maybe some day...
2020-06-13Cleanup: Fix uninitialised variablesDavid Robillard
2020-05-16Add default and maximum sizeDavid Robillard
2020-05-16Use email address in copyright headersDavid Robillard
Not really sure why I used a web link here (maybe because it's more stable), but this is more conventional.
2020-05-16Fix file documentationDavid Robillard
2020-04-04Shader Demo: Support both GL 3 and 4David Robillard