mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 02:16:28 +00:00
WARNING: BREAKING: REDESIGNED: rlgl module
- Many functions renamed to follow rl*() convention - Some internal functions exposed in the API - Some functionality moved to other modules - Reorganized all functions by categories - Make sure it keeps working with OpenGL 1.1 and 2.1
This commit is contained in:
@@ -2950,6 +2950,12 @@ 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