converted Font drawing to use display lists - should increase draw speed

This commit is contained in:
Bill Meltsner
2010-08-23 21:24:16 -05:00
parent c06d5c3263
commit 34ac035c1b
4 changed files with 23 additions and 32 deletions
+1 -3
View File
@@ -40,7 +40,7 @@ namespace graphics
namespace opengl
{
class Glyph : public Drawable, public Volatile
class Glyph : public Volatile
{
private:
@@ -68,8 +68,6 @@ namespace opengl
float getWidth() const;
float getHeight() const;
void draw(float x, float y, float angle, float sx, float sy, float ox, float oy) const;
}; // Glyph
} // opengl