summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/API.md b/API.md
index 109b6c8..93c0374 100644
--- a/API.md
+++ b/API.md
@@ -10520,9 +10520,9 @@ Unload vertex buffer (VBO)
---
-> RL.rlSetVertexAttribute( int index, int compSize, int type, bool normalized, int stride, int pointer )
+> RL.rlSetVertexAttribute( int index, int compSize, int type, bool normalized, int stride, buffer pointer )
-Set vertex attribute. NOTE: Pointer should be given in size of bytes
+Set vertex attribute.
---