diff options
| author | jussi | 2024-12-15 18:38:07 +0200 |
|---|---|---|
| committer | jussi | 2024-12-15 18:38:07 +0200 |
| commit | 5ff5a3713700aa5ad201be820597c93b61b61860 (patch) | |
| tree | 679301661c3a1e308d957dc1328254d9d07f2f87 /API.md | |
| parent | b4b81f68c4274a6b4d0b5039b83459a1345ca6da (diff) | |
| download | reilua-enhanced-5ff5a3713700aa5ad201be820597c93b61b61860.tar.gz reilua-enhanced-5ff5a3713700aa5ad201be820597c93b61b61860.tar.bz2 reilua-enhanced-5ff5a3713700aa5ad201be820597c93b61b61860.zip | |
SwapBufferEndianness.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
