summaryrefslogtreecommitdiff
path: root/lib/glArrays.h
Commit message (Collapse)AuthorAge
* Switch frame and render buffer to DSA helpersDan Goodliffe16 hours
|
* Remove identifier naming lint comments, gl* is fineDan Goodliffe2 days
|
* Replace generic glBuffer type alias with a full implementationDan Goodliffe4 days
| | | | Adds wrappers for DSA storage and data uploads.
* Replace basic glVertexArray with a specific class ready for helpersDan Goodliffe6 days
|
* Wrap up some low level texture operations in glTexture classDan Goodliffe8 days
| | | | Fixes previously hard coded billboard texture size.
* Refactor glArrays to better expose underlying typesDan Goodliffe10 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