diff options
| author | jussi | 2024-08-29 12:13:30 +0300 |
|---|---|---|
| committer | jussi | 2024-08-29 12:13:30 +0300 |
| commit | 366f8f5c92975ff6ac7e1643124d747ae54130be (patch) | |
| tree | 048c10f01ee9608c59669848df71db1e225d13c0 /API.md | |
| parent | 35e73465ace06e459fb3911dee9c714bb79e8974 (diff) | |
| download | reilua-enhanced-366f8f5c92975ff6ac7e1643124d747ae54130be.tar.gz reilua-enhanced-366f8f5c92975ff6ac7e1643124d747ae54130be.tar.bz2 reilua-enhanced-366f8f5c92975ff6ac7e1643124d747ae54130be.zip | |
CopyBufferData uses size instead of length.
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 --- |
