Removed love.graphics.clearStencil. love.graphics.stencil now clears the stencil buffer unless true is passed as an optional second argument ('keep the existing contents'.)

This commit is contained in:
Alex Szpakowski
2015-03-09 23:05:29 -03:00
parent b76b7bac8b
commit 52b2701cf0
3 changed files with 7 additions and 11 deletions
@@ -54,7 +54,6 @@ int w_getScissor(lua_State *L);
int w_stencil(lua_State *L);
int w_setStencilTest(lua_State *L);
int w_getStencilTest(lua_State *L);
int w_clearStencil(lua_State *L);
int w_newImage(lua_State *L);
int w_newQuad(lua_State *L);
int w_newFont(lua_State *L);