Variable GLVertexBuffer._indexBuffer

class GLVertexBuffer
{
  // ...
  uint _indexBuffer;
  // ...
}