REDESIGNED: Shapes texture/rec moved to shapes module
This commit is contained in:
parent
c21baf0d92
commit
66f3434571
5 changed files with 112 additions and 142 deletions
|
@ -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
|
||||
//------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue