Added Image:isCompressed()

--HG--
branch : image-CompressedData
This commit is contained in:
Alex Szpakowski
2013-04-07 23:11:11 -03:00
parent 7403245715
commit 299ee64320
4 changed files with 28 additions and 8 deletions
+1
View File
@@ -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