aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_shader_demo.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-04Use refresh rate to better drive example event loopDavid Robillard1-2/+33
2020-10-04Print all view hints in shader demo and hint testsDavid Robillard1-0/+1
2020-07-05Improve struct packingDavid Robillard1-1/+1
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 Robillard1-1/+1
2020-05-16Add default and maximum sizeDavid Robillard1-5/+3
2020-05-16Use email address in copyright headersDavid Robillard1-1/+1
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 Robillard1-1/+2
2020-04-04Shader Demo: Support both GL 3 and 4David Robillard1-0/+426