mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
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:
@@ -119,6 +119,7 @@ public:
|
||||
|
||||
static bool isSupported();
|
||||
static bool isMultiCanvasSupported();
|
||||
static bool isMultiFormatMultiCanvasSupported();
|
||||
static bool isFormatSupported(Format format);
|
||||
|
||||
static Canvas *current;
|
||||
|
||||
Reference in New Issue
Block a user