Variable GLObject.ID

class GLObject
{
  // ...
  GLuint ID;
  // ...
}