Alexander's patch for improved mipmap API.

This commit is contained in:
rude
2013-01-19 11:25:25 +01:00
parent de8b4d91a5
commit 4e2c424cd1
4 changed files with 86 additions and 32 deletions
+2
View File
@@ -37,6 +37,8 @@ int w_Image_getWidth(lua_State *L);
int w_Image_getHeight(lua_State *L);
int w_Image_setFilter(lua_State *L);
int w_image_getFilter(lua_State *L);
int w_Image_setMipmapFilter(lua_State *L);
int w_Image_getMipmapFilter(lua_State *L);
int w_Image_setWrap(lua_State *L);
int w_Image_getWrap(lua_State *L);
int w_Image_setMipmapSharpness(lua_State *L);