Variable DummyVertexBuffer._vertexData

class DummyVertexBuffer
{
  // ...
  const(float)[] _vertexData;
  // ...
}