aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vulkan.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-21Set a title for all test windowsDavid Robillard1-0/+1
2022-05-20Use consistent class names and titles in tests and examplesDavid Robillard1-1/+1
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
See https://reuse.software/ for details.
2021-05-25Rename event structs in a more readable styleDavid Robillard1-1/+1
Aside from reading more naturally, this avoids clashes with types that are not events, like PuglEventFlags. This is also more consistent with the C++ bindings, where "EventExpose" would be quite strange, for example. Apologies for the noise. Aliases to the old names will be preserved in the deprecated API like other things for a short while.
2021-05-06Add basic test for Vulkan supportDavid Robillard1-0/+212