vertex_get_buffer_size(buffer);
参数 | 描述 |
---|---|
buffer | The buffer to get the size of. |
返回: 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".