Variable DummyVertexBuffer._indexData

class DummyVertexBuffer
{
  // ...
  const(ushort)[] _indexData;
  // ...
}