VertexBuffer
Description:
[ CCode ( has_construct_function = false , type = "CoglHandle*" ) ]
public VertexBuffer (uint n_vertices)
public VertexBuffer (uint n_vertices)
Creates a new vertex buffer that you can use to add attributes.
Note:
Use the CoglPrimitive
api instead
Parameters:
n_vertices |
The number of vertices that your attributes will correspond to. |
Returns:
a new VertexBufferIndices |