Fixed up the API: setCanvas (singular) now only takes one canvas, setCanvases must be used for multi-canvas rendering

--HG--
branch : MRTs
This commit is contained in:
Alex Szpakowski
2013-03-25 21:23:09 -03:00
parent 2ea065c68b
commit 6c5daab312
5 changed files with 74 additions and 11 deletions
@@ -90,6 +90,7 @@ int w_getPointStyle(lua_State *L);
int w_getMaxPointSize(lua_State *L);
int w_newScreenshot(lua_State *L);
int w_setCanvas(lua_State *L);
int w_setCanvases(lua_State *L);
int w_getCanvas(lua_State *L);
int w_setShader(lua_State *L);
int w_getShader(lua_State *L);