diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index a33cc05..4621123 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -2984,9 +2984,9 @@ function RL.CopyBufferData( dst, src, posDst, posSrc, size ) end ---Set buffer data value ---@param buffer any ---@param position integer ----@param value any +---@param values table ---@return any RL.SetBufferData -function RL.SetBufferData( buffer, position, value ) end +function RL.SetBufferData( buffer, position, values ) end ---Swap buffer endianness from big endian to little endian and vice versa ---@param buffer any |
