LoadImageFromData.

This commit is contained in:
jussi
2024-02-17 00:49:57 +02:00
parent b2b8219295
commit 9de10be468
7 changed files with 51 additions and 2 deletions

8
API.md
View File

@@ -5547,6 +5547,14 @@ Load image from memory buffer, fileType refers to extension: i.e. '.png'
---
> image, frameCount = RL.LoadImageFromData( Buffer data, Vector2 size, int mipmaps, int format )
Load image from data
- Success return Image
---
> image = RL.LoadImageFromTexture( Texture texture )
Load image from GPU texture data