summaryrefslogtreecommitdiff
path: root/sly/render/sprite-batch.scm
Commit message (Expand)AuthorAgeFilesLines
* render: Use separate model, view, and projection matrices.David Thompson2016-04-251-19/+17
* render: sprite-batch: Clean up sprite-batch-add!David Thompson2016-02-271-105/+63
* render: sprite-batch: Implement in terms of a mesh.David Thompson2016-02-231-16/+5
* render: sprite-batch: Unbind VAO *before* mapping buffers.David Thompson2016-01-021-27/+29
* render: Add sprite batch.David Thompson2016-01-011-0/+259