summaryrefslogtreecommitdiff
path: root/gfx/gl/glVertexArray.h
Commit message (Collapse)AuthorAge
* Split addAttribsFor away from requiring a buffer to bindDan Goodliffe5 days
|
* Remove identifier naming lint comments, gl* is fineDan Goodliffe7 days
|
* Add glVertexArray useBufferDan Goodliffe8 days
| | | | | | Wraps glVertexArrayVertexBuffer automatically getting the buffer name from the argument and deriving the stride from the container's value_type.
* Extend glVertexArray with VertexArrayConfiguratorDan Goodliffe9 days
| | | | DSA version of VertexArrayObject.
* Replace basic glVertexArray with a specific class ready for helpersDan Goodliffe11 days