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. --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'API.md') 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. --- -- cgit v1.2.3