Added various missing functions.
This commit is contained in:
@@ -28,6 +28,7 @@ int ltexturesGenImageText( lua_State* L );
|
||||
int ltexturesImageCopy( lua_State* L );
|
||||
int ltexturesImageFromImage( lua_State* L );
|
||||
int ltexturesImageText( lua_State* L );
|
||||
int ltexturesImageTextEx( lua_State* L );
|
||||
int ltexturesImageFormat( lua_State* L );
|
||||
int ltexturesImageToPOT( lua_State* L );
|
||||
int ltexturesImageCrop( lua_State* L );
|
||||
@@ -70,6 +71,7 @@ int ltexturesImageDrawCircleLines( lua_State* L );
|
||||
int ltexturesImageDrawRectangle( lua_State* L );
|
||||
int ltexturesImageDrawRectangleLines( lua_State* L );
|
||||
int ltexturesImageDraw( lua_State* L );
|
||||
int ltexturesImageDrawText( lua_State* L );
|
||||
int ltexturesImageDrawTextEx( lua_State* L );
|
||||
/* Texture loading functions. */
|
||||
int ltexturesGetTextureDefault( lua_State* L );
|
||||
@@ -95,6 +97,7 @@ int ltexturesGetTextureMipmaps( lua_State* L );
|
||||
int ltexturesGetTextureFormat( lua_State* L );
|
||||
/* Texture drawing functions. */
|
||||
int ltexturesDrawTexture( lua_State* L );
|
||||
int ltexturesDrawTextureEx( lua_State* L );
|
||||
int ltexturesDrawTextureRec( lua_State* L );
|
||||
int ltexturesDrawTexturePro( lua_State* L );
|
||||
int ltexturesDrawTextureNPatch( lua_State* L );
|
||||
@@ -116,5 +119,4 @@ int ltexturesColorContrast( lua_State* L );
|
||||
int ltexturesColorAlpha( lua_State* L );
|
||||
int ltexturesColorAlphaBlend( lua_State* L );
|
||||
int ltexturesGetColor( lua_State* L );
|
||||
int ltexturesGetPixelColor( lua_State* L );
|
||||
int ltexturesGetPixelDataSize( lua_State* L );
|
||||
|
||||
Reference in New Issue
Block a user