mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added Image:refresh(), reloads a love.graphics image using the imagedata that created it
This commit is contained in:
@@ -43,6 +43,7 @@ int w_Image_getMipmapFilter(lua_State *L);
|
||||
int w_Image_setWrap(lua_State *L);
|
||||
int w_Image_getWrap(lua_State *L);
|
||||
int w_Image_isCompressed(lua_State *L);
|
||||
int w_Image_refresh(lua_State *L);
|
||||
extern "C" int luaopen_image(lua_State *L);
|
||||
|
||||
} // opengl
|
||||
|
||||
Reference in New Issue
Block a user