Exemplo n.º 1
0
 /// <summary> bind vertex and index buffers </summary>
 public virtual void Bind(CommandBuffer cmd)
 {
     cmd.BindVertexBuffer(vbo);
     cmd.BindIndexBuffer(ibo, IndexBufferType);
 }