summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/API.md b/API.md
index 6acb1b2..b4d51e0 100644
--- a/API.md
+++ b/API.md
@@ -6495,6 +6495,12 @@ Set buffer data value
---
+> RL.SwapBufferEndianness( Buffer buffer )
+
+Swap buffer endianness from big endian to little endian and vice versa
+
+---
+
> data = RL.GetBufferData( Buffer buffer, int position, int length )
Get buffer data as table in the format it was stored