add framebuffer support for old video cards

This commit is contained in:
Eduardo Bart
2011-11-25 20:29:45 -02:00
parent 7e0618b247
commit 1386064d71
4 changed files with 36 additions and 9 deletions

View File

@@ -56,7 +56,8 @@ public:
// drawing API
void drawTexturedRect(const Rect& screenCoords,
const TexturePtr& texture,
const Rect& textureCoords = Rect());
const Rect& textureCoords = Rect(),
bool upsideDown = false);
void drawRepeatedTexturedRect(const Rect& screenCoords,
const TexturePtr& texture,