rlSetVertexAttribute takes pointer as Buffer.

This commit is contained in:
jussi
2024-09-10 12:53:20 +03:00
parent 415f3b6c01
commit cd6471d339
9 changed files with 41 additions and 23 deletions

4
API.md
View File

@@ -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.
---