From 5ff5a3713700aa5ad201be820597c93b61b61860 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 15 Dec 2024 18:38:07 +0200 Subject: SwapBufferEndianness. --- API.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'API.md') 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 -- cgit v1.2.3