akrinke / Font-Stash

A dynamic font glyph cache for OpenGL.
114 stars 18 forks source link

GL_QUADS rendering #6

Closed sjml closed 10 years ago

sjml commented 10 years ago

This lowers the vertex count by a third.

akrinke commented 10 years ago

Thanks a lot!

sjml commented 10 years ago

You may also want to consider altering the definition of VERT_COUNT to store four sets instead of 6?