mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas
This commit is contained in:
@@ -89,8 +89,8 @@ namespace opengl
|
||||
int w_getPointStyle(lua_State * L);
|
||||
int w_getMaxPointSize(lua_State * L);
|
||||
int w_newScreenshot(lua_State * L);
|
||||
int w_setRenderTarget(lua_State * L);
|
||||
int w_getRenderTarget(lua_State * L);
|
||||
int w_setCanvas(lua_State * L);
|
||||
int w_getCanvas(lua_State * L);
|
||||
int w_setPixelEffect(lua_State * L);
|
||||
int w_isSupported(lua_State * L);
|
||||
int w_draw(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user