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