SetImageData.

This commit is contained in:
jussi
2025-05-02 16:09:33 +03:00
parent 3471e4514f
commit 6a4f8ab4a3
7 changed files with 54 additions and 20 deletions

View File

@@ -60,6 +60,7 @@ int ltexturesLoadImagePalette( lua_State* L );
int ltexturesGetImageAlphaBorder( lua_State* L );
int ltexturesGetImageColor( lua_State* L );
/* Image configuration functions. */
int ltexturesSetImageData( lua_State* L );
int ltexturesGetImageData( lua_State* L );
int ltexturesGetImageSize( lua_State* L );
int ltexturesGetImageMipmaps( lua_State* L );