From cd6471d339c394a37a1d46119818e0cabdcf5b42 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 10 Sep 2024 12:53:20 +0300 Subject: rlSetVertexAttribute takes pointer as Buffer. --- ReiLua_API.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 604e6b8..740729b 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -7333,13 +7333,13 @@ function RL.rlUnloadVertexArray( vaoId ) end ---@return any RL.rlUnloadVertexBuffer function RL.rlUnloadVertexBuffer( vboId ) end ----Set vertex attribute. NOTE: Pointer should be given in size of bytes +---Set vertex attribute. ---@param index integer ---@param compSize integer ---@param type integer ---@param normalized boolean ---@param stride integer ----@param pointer integer +---@param pointer any ---@return any RL.rlSetVertexAttribute function RL.rlSetVertexAttribute( index, compSize, type, normalized, stride, pointer ) end -- cgit v1.2.3