aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_vulkan_cpp_demo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08Add support for raising windowsDavid Robillard1-1/+1
2023-01-07Add support for special view types and stylesDavid Robillard1-2/+1
2023-01-02Clean up whitespaceDavid Robillard1-6/+4
2022-10-07Use uppercase integer literal suffixesDavid Robillard1-29/+29
2022-10-07Avoid C-style casts in C++ codeDavid Robillard1-5/+5
2022-09-28Handle fread() errors in examplesDavid Robillard1-1/+4
2022-05-28Clean up and strengthen warning flagsDavid Robillard1-1/+1
2022-05-28Avoid implicit conversionsDavid Robillard1-4/+3
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-7/+6
This collapses many functions into one, which makes the API more easily extensible and reduces code size.
2022-05-20Use consistent class names and titles in tests and examplesDavid Robillard1-2/+2
2022-05-20MacOS: Build examples as application bundlesDavid Robillard1-2/+10
This is required on MacOS to make the examples usable. When run as bare programs, they don't show up as normal windows or receive keyboard input.
2021-12-17Pass const references where appropriateDavid Robillard1-7/+8
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
See https://reuse.software/ for details.
2021-12-17Fix spelling errorsDavid Robillard1-1/+1
2021-05-24Consistently refer to C++ as "cpp" and fix installationDavid Robillard1-0/+1826