mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added love.graphics.setAlphaTest (issue #534)
This commit is contained in:
@@ -56,6 +56,8 @@ int w_setScissor(lua_State *L);
|
||||
int w_getScissor(lua_State *L);
|
||||
int w_defineMask(lua_State *L);
|
||||
int w_setMask(lua_State *L);
|
||||
int w_setAlphaTest(lua_State *L);
|
||||
int w_getAlphaTest(lua_State *L);
|
||||
int w_newImage(lua_State *L);
|
||||
int w_newQuad(lua_State *L);
|
||||
int w_newQuad(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user