summaryrefslogtreecommitdiff
path: root/gfx/gl/vertexArrayObject.hpp
Commit message (Collapse)AuthorAge
* Fix submitting of integer values via vertex arraysDan Goodliffe2023-04-13
|
* VertexArrayObject helper supports binding an entire object, not just fieldsDan Goodliffe2023-01-02
| | | | Invoked by configuring with no attribute member points.
* Should use value_type, not element_typeDan Goodliffe2023-01-02
| | | | Works with std::array then too.
* Add helper for configuring vertex array objects/buffers of arbitrary thingsDan Goodliffe2023-01-02