SwapBufferEndianness.

This commit is contained in:
jussi
2024-12-15 18:38:07 +02:00
parent b4b81f68c4
commit 5ff5a37137
7 changed files with 112 additions and 18 deletions

6
API.md
View File

@@ -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