Variable GLVertexBuffer._indexFragments

class GLVertexBuffer
{
  // ...
  IndexFragment[] _indexFragments;
  // ...
}