From 366f8f5c92975ff6ac7e1643124d747ae54130be Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 29 Aug 2024 12:13:30 +0300 Subject: CopyBufferData uses size instead of length. --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index 7ed941c..468eb89 100644 --- a/API.md +++ b/API.md @@ -5502,9 +5502,9 @@ Unload buffer data --- -> RL.CopyBufferData( Buffer dst, Buffer src, int posDst, int posSrc, int length ) +> RL.CopyBufferData( Buffer dst, Buffer src, int posDst, int posSrc, int size ) -Copy buffer data to another buffer. src element size is used for length +Copy buffer data to another buffer. Size is in bytes --- -- cgit v1.2.3