Added love.graphics.clearStencil, which only clears the stencil buffer.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-27 03:58:40 -04:00
parent 3efcf3901b
commit 1326ae9a5d
4 changed files with 18 additions and 0 deletions
@@ -53,6 +53,7 @@ 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);