alacritty/res
Joe Wilm ed7aa96907
Refactor Instanced Drawing to use Vertex Arrays
Per-instanced data was previously stored in uniforms. This required
several OpenGL calls to upload all of the data, and it was more complex
to prepare (several vecs vs one).

Additionally, drawing APIs are now accessible through a `RenderApi`
(obtained through `QuadRenderer::with_api`) which enables some RAII
patterns. Specifically, checks for batch flushing are handled in Drop.
2016-06-06 13:20:35 -07:00
..
text.f.glsl Refactor Instanced Drawing to use Vertex Arrays 2016-06-06 13:20:35 -07:00
text.v.glsl Refactor Instanced Drawing to use Vertex Arrays 2016-06-06 13:20:35 -07:00