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

View File

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