mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added Image:isCompressed()
--HG-- branch : image-CompressedData
This commit is contained in:
@@ -42,6 +42,7 @@ 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_isCompressed(lua_State *L);
|
||||
extern "C" int luaopen_image(lua_State *L);
|
||||
|
||||
} // opengl
|
||||
|
||||
Reference in New Issue
Block a user