diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 2a54389..d08eae6 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -2984,6 +2984,11 @@ function RL.CopyBufferData( dst, src, posDst, posSrc, size ) end ---@return any RL.SetBufferData function RL.SetBufferData( buffer, position, value ) end +---Swap buffer endianness from big endian to little endian and vice versa +---@param buffer any +---@return any RL.SwapBufferEndianness +function RL.SwapBufferEndianness( buffer ) end + ---Get buffer data as table in the format it was stored ---- Success return data{} ---@param buffer any |
