From 9de10be468c5151765a0e007d5889971c637fd24 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 17 Feb 2024 00:49:57 +0200 Subject: LoadImageFromData. --- API.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 3b1d817..4934bc4 100644 --- a/API.md +++ b/API.md @@ -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 -- cgit v1.2.3