aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_vulkan_cxx_demo.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-24Consistently refer to C++ as "cpp" and fix installationDavid Robillard1-1826/+0
2021-02-01Set maximum size in example programsDavid Robillard1-0/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2021-01-02Clean up includesDavid Robillard1-1/+0
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-1394/+1349
2020-12-11Make demo programs work from any directory, and install themDavid Robillard1-15/+38
2020-12-11Print an error message in Vulkan demo when shaders are not foundDavid Robillard1-0/+1
2020-11-26Remove file documentationDavid Robillard1-12/+11
2020-11-26Add pugl::World constructor overload that takes a flagDavid Robillard1-2/+1
2020-11-26Remove stub event handlers from pugl::ViewDavid Robillard1-1/+5
2020-11-25Rename puglShowWindow and puglHideWindow to puglShow an puglHideDavid Robillard1-1/+1
2020-11-25Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loaderDavid Robillard1-2/+5
2020-11-01Cleanup: Fix typoDavid Robillard1-1/+1
2020-11-01Make event handling in C++ more flexibleDavid Robillard1-6/+8
2020-10-31Use static polymorphism in C++ bindingsDavid Robillard1-21/+22
2020-10-30Simplify header namesDavid Robillard1-1/+1
2020-10-28Add Vulkan demosDavid Robillard1-0/+1839