CopyBufferData uses size instead of length.

This commit is contained in:
jussi
2024-08-29 12:13:30 +03:00
parent 35e73465ac
commit 366f8f5c92
4 changed files with 13 additions and 14 deletions

4
API.md
View File

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