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