mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
readded support for screenshots - love.graphics.newScreenshot() returns ImageData that can be manipulated as one pleases
This commit is contained in:
@@ -42,12 +42,12 @@ namespace opengl
|
||||
int w_reset(lua_State * L);
|
||||
int w_clear(lua_State * L);
|
||||
int w_present(lua_State * L);
|
||||
int w_setCaption(lua_State * L);
|
||||
int w_getCaption(lua_State * L);
|
||||
int w_getWidth(lua_State * L);
|
||||
int w_getHeight(lua_State * L);
|
||||
int w_isCreated(lua_State * L);
|
||||
int w_setScissor(lua_State * L);
|
||||
int w_setCaption(lua_State * L);
|
||||
int w_getCaption(lua_State * L);
|
||||
int w_getWidth(lua_State * L);
|
||||
int w_getHeight(lua_State * L);
|
||||
int w_isCreated(lua_State * L);
|
||||
int w_setScissor(lua_State * L);
|
||||
int w_getScissor(lua_State * L);
|
||||
int w_newImage(lua_State * L);
|
||||
int w_newGlyph(lua_State * L);
|
||||
@@ -79,6 +79,7 @@ namespace opengl
|
||||
int w_getPointSize(lua_State * L);
|
||||
int w_getPointStyle(lua_State * L);
|
||||
int w_getMaxPointSize(lua_State * L);
|
||||
int w_newScreenshot(lua_State * L);
|
||||
int w_draw(lua_State * L);
|
||||
int w_drawq(lua_State * L);
|
||||
int w_drawTest(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user