summaryrefslogtreecommitdiff
path: root/lib/glArrays.h
Commit message (Collapse)AuthorAge
* Replace generic glBuffer type alias with a full implementationDan Goodliffe3 days
| | | | Adds wrappers for DSA storage and data uploads.
* Replace basic glVertexArray with a specific class ready for helpersDan Goodliffe5 days
|
* Wrap up some low level texture operations in glTexture classDan Goodliffe7 days
| | | | Fixes previously hard coded billboard texture size.
* Refactor glArrays to better expose underlying typesDan Goodliffe9 days
| | | | | Current they're all glNamed, but this can be sub-classed for specific things, e.g. glTexture.
* Tidy glArrays, fixes warningsDan Goodliffe2025-03-15
|
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Add frame and render buffers to glArraysDan Goodliffe2022-10-30
|
* Generic solution for glGen/glDel arrays, then tidy-up the usesDan Goodliffe2022-01-01