Added Image:getData, returns the original ImageData (or CompressedData) used to create the image

This commit is contained in:
Alex Szpakowski
2013-06-17 13:43:40 -03:00
parent 76618f0328
commit cd97e9ec05
5 changed files with 41 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ 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);
int w_Image_getData(lua_State *L);
extern "C" int luaopen_image(lua_State *L);
} // opengl