anton-johansson / 2d-game

Apache License 2.0
0 stars 0 forks source link

Allow font rendering to work with UI components #22

Open anton-johansson opened 7 years ago

anton-johansson commented 7 years ago

This way, when rendering texts for the UI components, we can smack the vertices into the same vertex buffer as the rest of the UI, to reduce the number of draw calls.

Dependent on #21 and #20