From de672a85d2778c47fce0d412cea787405388330c Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 30 Aug 2025 16:41:05 +0300 Subject: DrawMeshInstanced takes transforms as Buffer. --- ReiLua_API.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 47e696e..e5640d6 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -2349,21 +2349,21 @@ function RL.EncodeDataBase64( data ) end ---@return any outputSize function RL.DecodeDataBase64( data ) end ----Compute CRC32 hash code. Note! Buffer should be type BUFFER_UNSIGNED_CHAR +---Compute CRC32 hash code. ---- Failure return false ---- Success return int ---@param data any ---@return any code function RL.ComputeCRC32( data ) end ----Compute MD5 hash code, returns static int[4] (16 bytes). Note! Buffer should be type BUFFER_UNSIGNED_CHAR +---Compute MD5 hash code, returns static int[4] (16 bytes). ---- Failure return false ---- Success return int{4} ---@param data any ---@return any code function RL.ComputeMD5( data ) end ----Compute SHA1 hash code, returns static int[5] (20 bytes). Note! Buffer should be type BUFFER_UNSIGNED_CHAR +---Compute SHA1 hash code, returns static int[5] (20 bytes). ---- Failure return false ---- Success return int{5} ---@param data any @@ -5250,7 +5250,7 @@ function RL.DrawMesh( mesh, material, transform ) end ---Draw multiple mesh instances with material and different transforms ---@param mesh any ---@param material any ----@param transforms table +---@param transforms any ---@param instances integer ---@return any RL.DrawMeshInstanced function RL.DrawMeshInstanced( mesh, material, transforms, instances ) end -- cgit v1.2.3