With this function you can get the size of the given vertex buffer in bytes.
vertex_get_buffer_size(buffer);
| Argument | Type | Description |
|---|---|---|
| buffer | Vertex Buffer | The buffer to get the size of. |
bufferBytes = vertex_get_buffer_size(buff);
The above code will get the number of bytes used by the vertex buffer given and store the value in the variable "bufferBytes".