summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-02-17 00:49:57 +0200
committerjussi2024-02-17 00:49:57 +0200
commit9de10be468c5151765a0e007d5889971c637fd24 (patch)
tree2fb88336a8421a74883a4937d798dc58ba90c70b /API.md
parentb2b821929505aea2535d38382b743ad5dd5d1fa0 (diff)
downloadreilua-enhanced-9de10be468c5151765a0e007d5889971c637fd24.tar.gz
reilua-enhanced-9de10be468c5151765a0e007d5889971c637fd24.tar.bz2
reilua-enhanced-9de10be468c5151765a0e007d5889971c637fd24.zip
LoadImageFromData.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 8 insertions, 0 deletions
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