vertex_get_buffer_size(buffer);
Argument | Description |
---|---|
buffer | The buffer to get the size of. |
Returns: Real
With this function you can get the size of the given vertex
buffer in bytes.
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".