diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. --- |
