mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Changed image mipmap api: Image:setFilter now takes an optional third argument (mipmap filter mode), Image:get/setMipmapFilter is removed.
This commit is contained in:
@@ -39,8 +39,6 @@ int w_Image_setFilter(lua_State *L);
|
||||
int w_image_getFilter(lua_State *L);
|
||||
int w_Image_setWrap(lua_State *L);
|
||||
int w_Image_getWrap(lua_State *L);
|
||||
int w_Image_setMipmapFilter(lua_State *L);
|
||||
int w_Image_getMipmapFilter(lua_State *L);
|
||||
int w_Image_setMipmapSharpness(lua_State *L);
|
||||
int w_Image_getMipmapSharpness(lua_State *L);
|
||||
extern "C" int luaopen_image(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user