-
Notifications
You must be signed in to change notification settings - Fork 0
Buffer_get_alignment
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the current alignment of the given buffer in bytes and returns the result.
| Parameter | Data Type | Description |
|---|---|---|
| buffer | integer | index of the buffer to get the alignment of |
unsigned: Returns the alignment of the given buffer in bytes.
// demonstrates getting the alignment of a buffer
var padding;
padding = buffer_get_alignment(mybuffer);
NOTOC
This is number 1