Add SpriteBatch support to love.graphics.isSupported

This commit is contained in:
Bart van Strien
2011-07-24 15:37:02 +02:00
parent bd2b190a19
commit 3c5c4ee604
5 changed files with 14 additions and 1 deletions
@@ -90,6 +90,8 @@ namespace opengl
SpriteBatch(Image * image, int size, int usage);
virtual ~SpriteBatch();
static bool isSupported();
// Implements Volatile.
bool loadVolatile();
void unloadVolatile();