mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-09 11:26:32 +00:00
REDESIGNED: Shapes texture/rec moved to shapes module
This commit is contained in:
@@ -2950,12 +2950,6 @@ Image GetScreenData(void)
|
||||
return image;
|
||||
}
|
||||
|
||||
// Define default texture used to draw shapes
|
||||
void SetShapesTexture(Texture2D texture, Rectangle source)
|
||||
{
|
||||
rlSetShapesTexture(texture, source);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Texture configuration functions
|
||||
//------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user