summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua4
1 files changed, 2 insertions, 2 deletions
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