Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D.
This commit is contained in:
@@ -78,10 +78,10 @@ int ltexturesUpdateTextureRec( lua_State *L );
|
||||
/* Texture Drawing. */
|
||||
int ltexturesDrawTexture( lua_State *L );
|
||||
int ltexturesDrawTextureRec( lua_State *L );
|
||||
int ltexturesDrawTextureTiled( lua_State *L );
|
||||
// int ltexturesDrawTextureTiled( lua_State *L );
|
||||
int ltexturesDrawTexturePro( lua_State *L );
|
||||
int ltexturesDrawTextureNPatch( lua_State *L );
|
||||
int ltexturesDrawTexturePoly( lua_State *L );
|
||||
// int ltexturesDrawTexturePoly( lua_State *L );
|
||||
int ltexturesBeginTextureMode( lua_State *L );
|
||||
int ltexturesEndTextureMode( lua_State *L );
|
||||
int ltexturesSetTextureSource( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user