aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/pugl/gl.hpp
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-4/+4
2020-11-26Remove file documentationDavid Robillard1-5/+0
These will not be used in the Sphinx documentation, and most were self-explanatory and only there to make the Doxygen index look nice anyway. Where there was actually useful information, it has been preserved as regular comments.
2020-11-25Move puglEnterContext and puglLeaveContext to GL backendsDavid Robillard1-0/+15
These only do anything for OpenGL, and it seems unlikely that they will ever be used for anything else. So, move them to the GL headers to remove clutter from the core API, and ensure that they are only used in GL applications that include the appropriate headers and link with a GL backend. Also add missing C++ bindings.
2020-11-01Run clang-tidy on all headers and fix various issuesDavid Robillard1-2/+2
It's a nightmare trying to get this thing to check everything.
2020-10-30Simplify header namesDavid Robillard1-0/+60