Variable FrameData.fence

To keep track of when command processing is done.

class FrameData
{
  // ...
  gfx.core.rc.Rc!(gfx.graal.sync.Fence) fence ;
  // ...
}