aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_vulkan_demo.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loaderDavid Robillard1-2/+5
This allows puglCreateSurface() to be used with some other loader, or when linking to Vulkan at compile time.
2020-10-30Simplify header namesDavid Robillard1-1/+1
2020-10-28Add Vulkan demosDavid Robillard1-0/+1134