Variable GLVertexBuffer._vertexCount

class GLVertexBuffer
{
  // ...
  int _vertexCount;
  // ...
}