Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
* | Support setting vertex attrib divisor | Dan Goodliffe | 2023-04-19 |
* | Enable all vertex array attribs configured by vertexAttribFunc | Dan Goodliffe | 2023-04-19 |
* | Persist vertexArrayId across multiple calls | Dan Goodliffe | 2023-04-19 |
* | Specialize vertexAttribFunc for matrices because there's an upper limit of si... | Dan Goodliffe | 2023-04-18 |
* | Separate storing of mesh vertex/index data from configuring VAO | Dan Goodliffe | 2023-04-17 |
* | Revamp how VertexArrayObject configures attributes and data | Dan Goodliffe | 2023-04-17 |
* | Fix submitting of integer values via vertex arrays | Dan Goodliffe | 2023-04-13 |
* | VertexArrayObject helper supports binding an entire object, not just fields | Dan Goodliffe | 2023-01-02 |
* | Should use value_type, not element_type | Dan Goodliffe | 2023-01-02 |
* | Add helper for configuring vertex array objects/buffers of arbitrary things | Dan Goodliffe | 2023-01-02 |