Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add traits vertex attrib func override for arrays | Dan Goodliffe | 2024-01-27 |
| | | | | Address limitation on size when specifying arrays of glm::vec | ||
* | Add traits helpers for glTexParameter functions | Dan Goodliffe | 2024-01-25 |
| | |||
* | Replace static_asserts with concepts | Dan Goodliffe | 2024-01-25 |
| | |||
* | Add missing support for glUniform simple span of numbers | Dan Goodliffe | 2024-01-22 |
| | |||
* | Add traits wrapper for setting uniforms | Dan Goodliffe | 2024-01-14 |
| | |||
* | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
| | |||
* | Swap GLEW for more modern glad | Dan Goodliffe | 2023-05-28 |
| | |||
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
Half of them acquired a .cpp part anyway |