mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
converted Font drawing to use display lists - should increase draw speed
This commit is contained in:
@@ -43,6 +43,7 @@ namespace opengl
|
||||
float lineHeight;
|
||||
float mSpacing; // modifies the spacing by multiplying it with this value
|
||||
Glyph ** glyphs;
|
||||
GLuint list; // the list of glyphs, for quicker drawing
|
||||
|
||||
public:
|
||||
static const unsigned int MAX_CHARS = 256;
|
||||
|
||||
Reference in New Issue
Block a user