aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/pugl/vulkan.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-11-01Run clang-tidy on all headers and fix various issuesDavid Robillard1-1/+1
It's a nightmare trying to get this thing to check everything.
2020-11-01Make event handling in C++ more flexibleDavid Robillard1-1/+1
2020-10-31Use static polymorphism in C++ bindingsDavid Robillard1-1/+1
This removes virtual function overhead, and the weird situation of having to include pugl.ipp once (or worse, for pugl to provide a binary C++ library).
2020-10-30Simplify header namesDavid Robillard1-0/+170