Multi-canvas rendering (love.graphics.setCanvas with multiple canvases) now allows canvases with different formats, if the system supports it. Added 'multicanvasformats' to the table returned by love.graphics.getSupported.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-03-02 23:43:09 -04:00
parent 3ced9ca38f
commit 275a9a300f
5 changed files with 54 additions and 42 deletions
+1
View File
@@ -119,6 +119,7 @@ public:
static bool isSupported();
static bool isMultiCanvasSupported();
static bool isMultiFormatMultiCanvasSupported();
static bool isFormatSupported(Format format);
static Canvas *current;