summaryrefslogtreecommitdiff
path: root/gfx/gl/vertexArrayObject.hpp
Commit message (Expand)AuthorAge
* Support setting vertex attrib divisorDan Goodliffe2023-04-19
* Enable all vertex array attribs configured by vertexAttribFuncDan Goodliffe2023-04-19
* Persist vertexArrayId across multiple callsDan Goodliffe2023-04-19
* Specialize vertexAttribFunc for matrices because there's an upper limit of si...Dan Goodliffe2023-04-18
* Separate storing of mesh vertex/index data from configuring VAODan Goodliffe2023-04-17
* Revamp how VertexArrayObject configures attributes and dataDan Goodliffe2023-04-17
* Fix submitting of integer values via vertex arraysDan Goodliffe2023-04-13
* VertexArrayObject helper supports binding an entire object, not just fieldsDan Goodliffe2023-01-02
* Should use value_type, not element_typeDan Goodliffe2023-01-02
* Add helper for configuring vertex array objects/buffers of arbitrary thingsDan Goodliffe2023-01-02