Variable Mesh._vertexBuffer

class Mesh
{
  // ...
  VertexBuffer _vertexBuffer;
  // ...
}