Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-25 | Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loader | David Robillard | 1 | -2/+2 | |
This allows puglCreateSurface() to be used with some other loader, or when linking to Vulkan at compile time. | |||||
2020-11-01 | Run clang-tidy on all headers and fix various issues | David Robillard | 1 | -1/+1 | |
It's a nightmare trying to get this thing to check everything. | |||||
2020-11-01 | Make event handling in C++ more flexible | David Robillard | 1 | -1/+1 | |
2020-10-31 | Use static polymorphism in C++ bindings | David Robillard | 1 | -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-30 | Simplify header names | David Robillard | 1 | -0/+170 | |