summaryrefslogtreecommitdiff
path: root/lib/glContainer.h
Commit message (Collapse)AuthorAge
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Refactor InstanceVertices in terms of glContainerDan Goodliffe2023-05-01
|
* Add method to get GL buffer name of glContainerDan Goodliffe2023-05-01
|
* glContainer should at least double in capacity as requiredDan Goodliffe2023-05-01
|
* Extend glContainer with most of the interface expected of an STL containerDan Goodliffe2023-05-01
|
* Initial commit of glContainerDan Goodliffe2023-04-30
A std::vector like container backed by an OpenGL buffer.